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.
187187 AddModules =" @(AddModules)"
188188 AdditionalFiles =" @(AdditionalFiles)"
189189 AllowUnsafeBlocks =" $(AllowUnsafeBlocks)"
190+ Analyzers =" @(Analyzer)"
190191 ApplicationConfiguration =" $(AppConfigForCompiler)"
191192 BaseAddress =" $(BaseAddress)"
192193 CheckForOverflowUnderflow =" $(CheckForOverflowUnderflow)"
@@ -242,7 +243,7 @@ Copyright (c) .NET Foundation. All rights reserved.
242243 UseSharedCompilation =" $(UseSharedCompilation)"
243244 Utf8Output =" $(Utf8Output)"
244245 VsSessionGuid =" $(VsSessionGuid)"
245- WarningLevel =" $(WarningLevel) "
246+ WarningLevel =" 0 "
246247 WarningsAsErrors =" $(WarningsAsErrors)"
247248 WarningsNotAsErrors =" $(WarningsNotAsErrors)"
248249 PathMap =" $(PathMap)"
You can’t perform that action at this time.
0 commit comments