Pass generators to CSC during component discovery
This commit is contained in:
parent
f2b72b0511
commit
d9590840d9
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue