5 lines
230 B
INI
5 lines
230 B
INI
[*.cs]
|
|
|
|
# CS9084: Struct member returns 'this' or other instance members by reference
|
|
# While this would be a huge no-no in fully managed projects, we use structs to poke game memory.
|
|
dotnet_diagnostic.CS9084.severity = silent
|