You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DesktopMagic/GlobalSuppressions.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,5 @@
7
7
8
8
[assembly:SuppressMessage("Interoperability","CA1416:Validate platform compatibility",Justification="Windows only application")]
9
9
[assembly:SuppressMessage("Performance","CA1822:Mark members as static",Justification="No need to")]
10
-
[assembly:SuppressMessage("Minor Code Smell","S1075:URIs should not be hardcoded",Justification="<Pending>")]
10
+
[assembly:SuppressMessage("Minor Code Smell","S1075:URIs should not be hardcoded",Justification="<Pending>")]
11
+
[assembly:SuppressMessage("Critical Code Smell","S2696:Instance members should not write to \"static\" fields",Justification="<Pending>",Scope="member",Target="~P:DesktopMagic.DataContexts.MainWindowDataContext.Settings")]
0 commit comments