Skip to content

Commit

Permalink
Add required keyword attributes to sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr committed Sep 29, 2024
1 parent 1c3ea96 commit 173d4a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Robust.Shared/ContentPack/Sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ Types:
NotNullAttribute: { All: True }
NotNullIfNotNullAttribute: { All: True }
NotNullWhenAttribute: { All: True }
SetsRequiredMembersAttribute: { All : True}
SuppressMessageAttribute: { All: True }
System.Diagnostics:
DebuggableAttribute: { All: True }
Expand Down Expand Up @@ -588,7 +589,6 @@ Types:
Vector2: { All: True }
Vector3: { All: True }
Vector4: { All: True }
Matrix3x2: { All: True }
System.Reflection:
Assembly:
Methods:
Expand Down Expand Up @@ -653,6 +653,7 @@ Types:
NullableContextAttribute: { All: True }
PreserveBaseOverridesAttribute: { All: True }
RefSafetyRulesAttribute: { All: True }
RequiredMemberAttribute: { All: True }
RuntimeCompatibilityAttribute: { All: True }
RuntimeHelpers: { All: True }
TaskAwaiter: { All: True }
Expand Down

0 comments on commit 173d4a6

Please sign in to comment.