Skip to content

Commit 7703737

Browse files
committed
Allow project option to be visible to source generator
1 parent ebcf634 commit 7703737

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Source/Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
88
</PropertyGroup>
99

10+
<ItemGroup Label="Source Generator Options">
11+
<CompilerVisibleProperty Include="IncludePendingSchemaObjects" />
12+
</ItemGroup>
13+
1014
<PropertyGroup Label="Signing">
1115
<SignAssembly>true</SignAssembly>
1216
<AssemblyOriginatorKeyFile>../../Key.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)