Skip to content

Commit cdca312

Browse files
committed
Add 3535 to nowarn
1 parent 8e4a361 commit cdca312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3+
<NoWarn>$(NoWarn);FS3535</NoWarn> <!-- interfaces with static abstract methods --> <PublishRepositoryUrl>true</PublishRepositoryUrl>
44
<EmbedUntrackedSources>true</EmbedUntrackedSources>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<DebugType>embedded</DebugType>

0 commit comments

Comments
 (0)