16 lines
637 B
INI
16 lines
637 B
INI
|
|
root = true
|
||
|
|
|
||
|
|
[*.cs]
|
||
|
|
charset = utf-8
|
||
|
|
|
||
|
|
# Generated models (apigen, "DO NOT EDIT") carry no nullable annotations and no
|
||
|
|
# XML docs. The warnings are silenced here instead of editing generated files;
|
||
|
|
# the proper fix belongs in apigen (emit nullable annotations / docs).
|
||
|
|
[{Auth,BattlePass,Catalog,Inventory,Leaderboards,Player,Quests,RemoteConfig,Scenarios,Storage,Stores,Ugc}/**.cs]
|
||
|
|
dotnet_diagnostic.CS8618.severity = none
|
||
|
|
dotnet_diagnostic.CS1591.severity = none
|
||
|
|
|
||
|
|
[{BoundaryNode,ErrorResponse,ExecutionPlan,ExecutionPlanNode,PlanEdge,RudderErrorCodes}.cs]
|
||
|
|
dotnet_diagnostic.CS8618.severity = none
|
||
|
|
dotnet_diagnostic.CS1591.severity = none
|