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 94af565 commit 6976111Copy full SHA for 6976111
src/Directory.Build.props
@@ -20,6 +20,8 @@
20
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
21
<AssemblyOriginatorKeyFile>../../EntityFrameworkCore.Triggered.snk</AssemblyOriginatorKeyFile>
22
<EmbedUntrackedSources>True</EmbedUntrackedSources>
23
+ <GenerateDocumentationFile>True</GenerateDocumentationFile>
24
+ <NoWarn>$(NoWarn);CS1591;CS1573</NoWarn>
25
</PropertyGroup>
26
27
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
0 commit comments