We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf4b8c commit 09116e5Copy full SHA for 09116e5
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeFeature.cs
@@ -49,9 +49,7 @@ public static bool IsSupported(string feature)
49
case ByRefFields:
50
case UnmanagedSignatureCallingConvention:
51
case DefaultImplementationsOfInterfaces:
52
-#pragma warning disable CA2252
53
case VirtualStaticsInInterfaces:
54
-#pragma warning restore CA2252
55
return true;
56
case nameof(IsDynamicCodeSupported):
57
return IsDynamicCodeSupported;
0 commit comments