We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcf634 commit 7703737Copy full SHA for 7703737
Source/Directory.Build.props
@@ -7,6 +7,10 @@
7
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
8
</PropertyGroup>
9
10
+ <ItemGroup Label="Source Generator Options">
11
+ <CompilerVisibleProperty Include="IncludePendingSchemaObjects" />
12
+ </ItemGroup>
13
+
14
<PropertyGroup Label="Signing">
15
<SignAssembly>true</SignAssembly>
16
<AssemblyOriginatorKeyFile>../../Key.snk</AssemblyOriginatorKeyFile>
0 commit comments