Replace SwashBuckle with Scalar, Replace JSON.NET from API Surface with STJ #4866
build.yaml
on: pull_request
Annotations
7 errors
|
build-and-push-docker
Process completed with exit code 1.
|
|
test-api
Process completed with exit code 1.
|
|
Exceptionless.Tests.Serializer.ModelTests.ExternalAuthInfo_Serialize_UsesCamelCasePropertyNames:
tests/Exceptionless.Tests/Serializer/ModelTests.cs#L30
Assert.Equal() Failure: Strings differ
↓ (pos 8)
Expected: "{"clientId":"test-client","code":"auth-co"···
Actual: "{"client_id":"test-client","code":"auth-c"···
↑ (pos 8)
|
|
Exceptionless.Tests.Serializer.ModelTests.ExternalAuthInfo_Deserialize_ParsesCamelCaseJson:
tests/Exceptionless.Tests/Serializer/ModelTests.cs#L43
Assert.Equal() Failure: Strings differ
Expected: "my-client"
Actual: null
|
|
Exceptionless.Tests.Controllers.AuthControllerTests.CannotSignupWithoutPassword:
tests/Exceptionless.Tests/Controllers/AuthControllerTests.cs#L68
Assert.Contains() Failure: Filter not matched in collection
Collection: [["$"] = ["JSON deserialization for type 'Exceptionless.Web.M"···], ["model"] = ["The model field is required."]]
|
|
Exceptionless.Tests.Controllers.AuthControllerTests.SignupShouldFailWhenUsingExistingAccountWithNoPasswordOrInvalidPassword:
tests/Exceptionless.Tests/Controllers/AuthControllerTests.cs#L473
Assert.Contains() Failure: Filter not matched in collection
Collection: [["$"] = ["JSON deserialization for type 'Exceptionless.Web.M"···], ["model"] = ["The model field is required."]]
|
|
Exceptionless.Tests.Controllers.OpenApiControllerTests.GetSwaggerJson_Default_ReturnsExpectedBaseline:
tests/Exceptionless.Tests/Controllers/OpenApiControllerTests.cs#L30
Assert.Equal() Failure: Strings differ
↓ (pos 206647)
Expected: ···"Id": {\n "minLength": 1,\n "···
Actual: ···"Id": {\n "type": "string"\n "···
↑ (pos 206647)
|