Skip to content

Commit b728f9c

Browse files
Disable SYSLIB0003 and SYSLIB0004 rule check (features not supported in .NET 5)
1 parent 68a7d51 commit b728f9c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Ookii.Dialogs.Wpf/.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[*.cs]
2+
# SYSLIB0003: Type or member is obsolete
3+
dotnet_diagnostic.SYSLIB0003.severity = none
4+
5+
# SYSLIB0004: Type or member is obsolete
6+
dotnet_diagnostic.SYSLIB0004.severity = none

0 commit comments

Comments
 (0)