Skip to content

Commit 866df80

Browse files
committed
Disable compiler warnings during component discovery phase
1 parent d959084 commit 866df80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/Microsoft.NET.Sdk.Razor/src/build/netstandard2.0/Microsoft.NET.Sdk.Razor.Component.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Copyright (c) .NET Foundation. All rights reserved.
244244
UseSharedCompilation="$(UseSharedCompilation)"
245245
Utf8Output="$(Utf8Output)"
246246
VsSessionGuid="$(VsSessionGuid)"
247-
WarningLevel="$(WarningLevel)"
247+
WarningLevel="0"
248248
WarningsAsErrors="$(WarningsAsErrors)"
249249
WarningsNotAsErrors="$(WarningsNotAsErrors)"
250250
PathMap="$(PathMap)"

0 commit comments

Comments
 (0)