Skip to content

Commit 10faa36

Browse files
committed
fix: DisableBannedApiForPerformance == true until Polyfill fix this
1 parent 3300bd6 commit 10faa36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/NetEvolve.Arguments/NetEvolve.Arguments.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<Description>A library that provides compatible `ThrowIf` methods for .NET / C# for older runtimes.</Description>
77

88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9+
10+
<!-- Remove, when Polyfill has fixed this. -->
11+
<DisableBannedApiForPerformance>true</DisableBannedApiForPerformance>
912
</PropertyGroup>
1013

1114
<ItemGroup>

0 commit comments

Comments
 (0)