Add ExtensionMarkerAttribute to sandbox

Necessary for C# 14 extension members
This commit is contained in:
PJB3005
2025-12-04 19:08:20 +01:00
parent 9d45357ca9
commit 20d97ff855
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ END TEMPLATE-->
### New features
*None yet*
* Added `ExtensionMarkerAttribute`, used by the new C# 14 extension members, for the sandbox.
### Bugfixes

View File

@@ -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 }