Initial commit

This commit is contained in:
rudder
2026-08-12 14:04:55 +03:00
commit 8cf738d9f0
124 changed files with 5433 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
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