File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Razor/Microsoft.NET.Sdk.Razor/src/build/netstandard2.0 Expand file tree Collapse file tree 1 file changed +2
-0
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)"
@@ -231,6 +232,7 @@ Copyright (c) .NET Foundation. All rights reserved.
231
232
ResponseFiles =" $(CompilerResponseFile)"
232
233
RuntimeMetadataVersion =" $(RuntimeMetadataVersion)"
233
234
SharedCompilationId =" $(SharedCompilationId)"
235
+ SkipAnalyzers =" true"
234
236
SkipCompilerExecution =" $(SkipCompilerExecution)"
235
237
Sources =" @(_RazorComponentDeclaration);@(Compile)"
236
238
SubsystemVersion =" $(SubsystemVersion)"
You can’t perform that action at this time.
0 commit comments