Enable code analysis with latest-Recommended #808
Annotations
9 errors
Jint.Tests.Runtime.ErrorTests.CallStackBuildingShouldSkipResolvingFromEngine:
Jint.Tests/Runtime/ErrorTests.cs#L226
Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(Jint.Runtime.JavaScriptException)
Actual: typeof(System.Collections.Generic.KeyNotFoundException)
---- System.Collections.Generic.KeyNotFoundException : The given key 'recursive' was not present in the dictionary.
|
Jint.Tests.Runtime.ExecutionConstraintTests.ShouldProvideCallChainWhenDiscardRecursion:
Jint.Tests/Runtime/ExecutionConstraintTests.cs#L167
System.Collections.Generic.KeyNotFoundException : The given key 'funcRoot' was not present in the dictionary.
|
macos
Process completed with exit code 1.
|
Jint.Tests.Runtime.ErrorTests.CallStackBuildingShouldSkipResolvingFromEngine:
Jint.Tests/Runtime/ErrorTests.cs#L226
Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(Jint.Runtime.JavaScriptException)
Actual: typeof(System.Collections.Generic.KeyNotFoundException)
---- System.Collections.Generic.KeyNotFoundException : The given key 'recursive' was not present in the dictionary.
|
linux
Process completed with exit code 1.
|
Jint.Tests.Runtime.ExecutionConstraintTests.ShouldProvideCallChainWhenDiscardRecursion:
Jint.Tests/Runtime/ExecutionConstraintTests.cs#L167
System.Collections.Generic.KeyNotFoundException : The given key 'funcRoot' was not present in the dictionary.
|
Jint.Tests.Runtime.ExecutionConstraintTests.ShouldDiscardDeepRecursion:
Jint.Tests/Runtime/ExecutionConstraintTests.cs#L207
Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(Jint.Runtime.RecursionDepthOverflowException)
Actual: typeof(System.Collections.Generic.KeyNotFoundException)
---- System.Collections.Generic.KeyNotFoundException : The given key 'factorial' was not present in the dictionary.
|
Jint.Tests.Runtime.ExecutionConstraintTests.ShouldProvideCallChainWhenDiscardRecursion:
Jint.Tests/Runtime/ExecutionConstraintTests.cs#L138
System.Collections.Generic.KeyNotFoundException : The given key was not present in the dictionary.
|
windows
Process completed with exit code 1.
|