File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Razor/Microsoft.NET.Sdk.Razor/src/build/netstandard2.0 Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ Copyright (c) .NET Foundation. All rights reserved.
187
187
AddModules =" @(AddModules)"
188
188
AdditionalFiles =" @(AdditionalFiles)"
189
189
AllowUnsafeBlocks =" $(AllowUnsafeBlocks)"
190
+ Analyzers =" @(Analyzer)"
190
191
ApplicationConfiguration =" $(AppConfigForCompiler)"
191
192
BaseAddress =" $(BaseAddress)"
192
193
CheckForOverflowUnderflow =" $(CheckForOverflowUnderflow)"
@@ -242,7 +243,7 @@ Copyright (c) .NET Foundation. All rights reserved.
242
243
UseSharedCompilation =" $(UseSharedCompilation)"
243
244
Utf8Output =" $(Utf8Output)"
244
245
VsSessionGuid =" $(VsSessionGuid)"
245
- WarningLevel =" $(WarningLevel) "
246
+ WarningLevel =" 0 "
246
247
WarningsAsErrors =" $(WarningsAsErrors)"
247
248
WarningsNotAsErrors =" $(WarningsNotAsErrors)"
248
249
PathMap =" $(PathMap)"
You can’t perform that action at this time.
0 commit comments