mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Add ExtensionMarkerAttribute to sandbox
Necessary for C# 14 extension members
This commit is contained in:
@@ -39,7 +39,7 @@ END TEMPLATE-->
|
||||
|
||||
### New features
|
||||
|
||||
*None yet*
|
||||
* Added `ExtensionMarkerAttribute`, used by the new C# 14 extension members, for the sandbox.
|
||||
|
||||
### Bugfixes
|
||||
|
||||
|
||||
@@ -694,6 +694,7 @@ Types:
|
||||
CompilerGeneratedAttribute: { All: True }
|
||||
DefaultInterpolatedStringHandler: { All: True }
|
||||
ExtensionAttribute: { All: True }
|
||||
ExtensionMarkerAttribute: { All: True }
|
||||
IAsyncStateMachine: { All: True }
|
||||
InternalsVisibleToAttribute: { All: True }
|
||||
InterpolatedStringHandlerAttribute: { All: True }
|
||||
|
||||
Reference in New Issue
Block a user