We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DisableBannedApiForPerformance
true
1 parent 3300bd6 commit 10faa36Copy full SHA for 10faa36
src/NetEvolve.Arguments/NetEvolve.Arguments.csproj
@@ -6,6 +6,9 @@
6
<Description>A library that provides compatible `ThrowIf` methods for .NET / C# for older runtimes.</Description>
7
8
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9
+
10
+ <!-- Remove, when Polyfill has fixed this. -->
11
+ <DisableBannedApiForPerformance>true</DisableBannedApiForPerformance>
12
</PropertyGroup>
13
14
<ItemGroup>
0 commit comments