Skip to content

Commit 42acadd

Browse files
committed
Temporarily disable warnings as errors
1 parent ebf10d0 commit 42acadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReadmeFile>README.md</PackageReadmeFile>
1010
<WarnOn>$(WarnOn);1182</WarnOn> <!-- Unused variables,https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/compiler-options#opt-in-warnings -->
1111
<WarnOn>$(WarnOn);3390</WarnOn><!-- Malformed XML doc comments -->
12-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
12+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1313
<OtherFlags>$(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen</OtherFlags>
1414
<UseArtifactsOutput>true</UseArtifactsOutput>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)