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 8e4a361 commit cdca312Copy full SHA for cdca312
src/Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <PublishRepositoryUrl>true</PublishRepositoryUrl>
+ <NoWarn>$(NoWarn);FS3535</NoWarn> <!-- interfaces with static abstract methods --> <PublishRepositoryUrl>true</PublishRepositoryUrl>
4
<EmbedUntrackedSources>true</EmbedUntrackedSources>
5
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6
<DebugType>embedded</DebugType>
0 commit comments