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: RemoteExec.Server/GlobalSuppressions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,5 @@
6
6
usingSystem.Diagnostics.CodeAnalysis;
7
7
8
8
[assembly:SuppressMessage("Minor Code Smell","S2325:Methods and properties that don't access instance data should be static",Justification="<Pending>",Scope="type",Target="~T:RemoteExec.Server.Hubs.RemoteExecutionHub")]
9
-
[assembly:SuppressMessage("Major Code Smell","S2139:Exceptions should be either logged or rethrown but not both",Justification="<Pending>",Scope="member",Target="~M:RemoteExec.Server.Hubs.RemoteExecutionHub.RequestAssemblyAsync(System.String)~System.Threading.Tasks.Task{System.Reflection.Assembly}")]
10
9
[assembly:SuppressMessage("Major Code Smell","S3011:Reflection should not be used to increase accessibility of classes, methods, or fields",Justification="<Pending>",Scope="member",Target="~M:RemoteExec.Server.Hubs.RemoteExecutionHub.Execute(RemoteExec.Shared.RemoteExecutionRequest)~System.Threading.Tasks.Task{RemoteExec.Shared.RemoteExecutionResult}")]
10
+
[assembly:SuppressMessage("Major Code Smell","S3010:Static fields should not be updated in constructors",Justification="<Pending>")]
0 commit comments