Merge pull request #25292 from dotnet/razor_source_generators
Pass generators to CSC during component discovery
This commit is contained in:
commit
4df35c7540
|
|
@ -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)"
|
||||
|
|
@ -242,7 +243,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|||
UseSharedCompilation="$(UseSharedCompilation)"
|
||||
Utf8Output="$(Utf8Output)"
|
||||
VsSessionGuid="$(VsSessionGuid)"
|
||||
WarningLevel="$(WarningLevel)"
|
||||
WarningLevel="0"
|
||||
WarningsAsErrors="$(WarningsAsErrors)"
|
||||
WarningsNotAsErrors="$(WarningsNotAsErrors)"
|
||||
PathMap="$(PathMap)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue