Pass generators to CSC during component discovery

This commit is contained in:
Chris Sienkiewicz 2020-08-26 16:21:03 -07:00
parent f2b72b0511
commit d9590840d9
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,7 @@ Copyright (c) .NET Foundation. All rights reserved.
AddModules="@(AddModules)"
AdditionalFiles="@(AdditionalFiles)"
AllowUnsafeBlocks="$(AllowUnsafeBlocks)"
Analyzers="@(Analyzer)"
ApplicationConfiguration="$(AppConfigForCompiler)"
BaseAddress="$(BaseAddress)"
CheckForOverflowUnderflow="$(CheckForOverflowUnderflow)"
@ -231,6 +232,7 @@ Copyright (c) .NET Foundation. All rights reserved.
ResponseFiles="$(CompilerResponseFile)"
RuntimeMetadataVersion="$(RuntimeMetadataVersion)"
SharedCompilationId="$(SharedCompilationId)"
SkipAnalyzers="true"
SkipCompilerExecution="$(SkipCompilerExecution)"
Sources="@(_RazorComponentDeclaration);@(Compile)"
SubsystemVersion="$(SubsystemVersion)"