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
@@ -19,7 +17,7 @@ internal sealed class JSObjectReferenceInvocationHandler : JSRuntimeInvocationHa
19
17
/// <summary>
20
18
/// Initializes a new instance of the <see cref="JSObjectReferenceInvocationHandler"/> class.
21
19
/// </summary>
22
-
[SuppressMessage("Reliability","CA2000:Dispose objects before losing scope",Justification="BunitJSObjectReference doesn't have any disposable ressources, it just implements the methods to be compatible with the interfaces it implements.")]
20
+
[SuppressMessage("Reliability","CA2000:Dispose objects before losing scope",Justification="BunitJSObjectReference doesn't have any disposable resources, it just implements the methods to be compatible with the interfaces it implements.")]
[SuppressMessage("Reliability","CA2000:Dispose objects before losing scope",Justification="BunitJSObjectReference doesn't have any disposable ressources, it just implements the methods to be compatible with the interfaces it implements.")]
11
+
[SuppressMessage("Reliability","CA2000:Dispose objects before losing scope",Justification="BunitJSObjectReference doesn't have any disposable resources, it just implements the methods to be compatible with the interfaces it implements.")]
0 commit comments