Skip to content

Implement ACME Profiles (draft) #427

Implement ACME Profiles (draft)

Implement ACME Profiles (draft) #427

Triggered via push January 17, 2025 03:59
Status Failure
Total duration 11m 28s
Artifacts
build-and-test-windows
11m 15s
build-and-test-windows
Fit to window
Zoom out
Zoom in

Annotations

10 errors
TestCertifyManagerAddAccountMissingAccountUri: certify/src/Certify.Tests/Certify.Core.Tests.Unit/Tests/CertifyManagerAccountTests.cs#L613
Assert.IsFalse failed. Expected account creation to be unsuccessful for [email protected] at Certify.Core.Tests.Unit.CertifyManagerAccountTests.<TestCertifyManagerAddAccountMissingAccountUri>d__38.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyManagerAccountTests.cs:line 628 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
TestCertifyServiceAppVersionRoute: certify/src/Certify.Tests/Certify.Core.Tests.Unit/Tests/CertifyServiceTests.cs#L92
Test method Certify.Core.Tests.Unit.CertifyServiceTests.TestCertifyServiceAppVersionRoute threw exception: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: {. Path '', line 1, position 1. at Newtonsoft.Json.JsonTextReader.ReadStringValue(ReadType readType) at Newtonsoft.Json.JsonTextReader.ReadAsString() at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceAppVersionRoute>d__7.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 99 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceAppVersionRoute>d__7.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 107 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
TestCertifyServiceUpdateCheckRoute: certify/src/Certify.Tests/Certify.Core.Tests.Unit/Tests/CertifyServiceTests.cs#L112
Test method Certify.Core.Tests.Unit.CertifyServiceTests.TestCertifyServiceUpdateCheckRoute threw exception: Newtonsoft.Json.JsonSerializationException: Error converting value "An internal error has occurred. If this problem happens regularly please report it to [email protected]: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. mscorlib at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at System.Reflection.RuntimeAssembly.get_DefinedTypes() at LightInject.CompositionRootTypeExtractor.Execute(Assembly assembly) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) at LightInject.AssemblyScanner.Scan(Assembly assembly, IServiceRegistry serviceRegistry) at LightInject.ServiceContainer.GetEmitMethod(Type serviceType, String serviceName) at LightInject.ServiceContainer.CreateDelegate(Type serviceType, String serviceName, Boolean throwError) at LightInject.ServiceContainer.CreateDefaultDelegate(Type serviceType, Boolean throwError) at LightInject.ServiceContainer.TryGetInstance(Type serviceType) at System.Web.Http.Services.DefaultServices.GetService(Type serviceType) at System.Web.Http.ServicesExtensions.GetService[TService](ServicesContainer services) at System.Net.Http.HttpRequestMessageExtensions.CreateResponse[T](HttpRequestMessage request, HttpStatusCode statusCode, T value, HttpConfiguration configuration) at System.Web.Http.Controllers.ValueResultConverter`1.Convert(HttpControllerContext controllerContext, Object actionResult) at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__3.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__15.MoveNext()" to type 'Certify.Models.UpdateMessage'. Path 'message', line 1, position 2653. ---> System.ArgumentException: Could not cast or convert from System.String to Certify.Models.UpdateMessage. at Newtonsoft.Json.Utilities.ConvertUtils.EnsureTypeAssignable(Object value, Type initialType, Type targetType) at Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(Object initialValue, CultureInfo culture, Type targetType) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(JsonReader reader, Object value, CultureInfo culture, JsonContract contract, Type targetType) --- End of inner exception stack trace --- at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(JsonReader reader, Object value, CultureInfo culture, JsonContract contract, Type targetType) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newt
TestCertifyServiceDiagnosticsRoute: certify/src/Certify.Tests/Certify.Core.Tests.Unit/Tests/CertifyServiceTests.cs#L134
Test method Certify.Core.Tests.Unit.CertifyServiceTests.TestCertifyServiceDiagnosticsRoute threw exception: Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[Certify.Models.Config.ActionResult]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly. To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object. Path 'message', line 1, position 11. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceDiagnosticsRoute>d__9.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 141 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceDiagnosticsRoute>d__9.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 169 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
TestCertifyServiceDatastoreProvidersRoute: certify/src/Certify.Tests/Certify.Core.Tests.Unit/Tests/CertifyServiceTests.cs#L174
Test method Certify.Core.Tests.Unit.CertifyServiceTests.TestCertifyServiceDatastoreProvidersRoute threw exception: Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[Certify.Models.Config.ProviderDefinition]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly. To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object. Path 'message', line 1, position 11. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceDatastoreProvidersRoute>d__10.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 181 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceDatastoreProvidersRoute>d__10.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 188 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
TestCertifyServiceDatastoresRoute: certify/src/Certify.Tests/Certify.Core.Tests.Unit/Tests/CertifyServiceTests.cs#L193
Test method Certify.Core.Tests.Unit.CertifyServiceTests.TestCertifyServiceDatastoresRoute threw exception: Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[Certify.Shared.DataStoreConnection]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly. To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object. Path 'message', line 1, position 11. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceDatastoresRoute>d__11.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 200 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceDatastoresRoute>d__11.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 208 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
TestCertifyServiceDatastoresTestRoute: certify/src/Certify.Tests/Certify.Core.Tests.Unit/Tests/CertifyServiceTests.cs#L213
Test method Certify.Core.Tests.Unit.CertifyServiceTests.TestCertifyServiceDatastoresTestRoute threw exception: Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[Certify.Shared.DataStoreConnection]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly. To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object. Path 'message', line 1, position 11. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceDatastoresTestRoute>d__12.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 220 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceDatastoresTestRoute>d__12.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 235 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
TestCertifyServiceDatastoresUpdateRoute: certify/src/Certify.Tests/Certify.Core.Tests.Unit/Tests/CertifyServiceTests.cs#L240
Test method Certify.Core.Tests.Unit.CertifyServiceTests.TestCertifyServiceDatastoresUpdateRoute threw exception: Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[Certify.Shared.DataStoreConnection]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly. To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object. Path 'message', line 1, position 11. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceDatastoresUpdateRoute>d__13.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 247 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceDatastoresUpdateRoute>d__13.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 262 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
TestCertifyServiceDatastoresSetDefaultRoute: certify/src/Certify.Tests/Certify.Core.Tests.Unit/Tests/CertifyServiceTests.cs#L267
Test method Certify.Core.Tests.Unit.CertifyServiceTests.TestCertifyServiceDatastoresSetDefaultRoute threw exception: Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[Certify.Shared.DataStoreConnection]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly. To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object. Path 'message', line 1, position 11. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceDatastoresSetDefaultRoute>d__14.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 274 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceDatastoresSetDefaultRoute>d__14.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 289 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
TestCertifyServiceServerIsavailableRoute: certify/src/Certify.Tests/Certify.Core.Tests.Unit/Tests/CertifyServiceTests.cs#L372
Test method Certify.Core.Tests.Unit.CertifyServiceTests.TestCertifyServiceServerIsavailableRoute threw exception: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: {. Path '', line 1, position 1. at Newtonsoft.Json.JsonTextReader.ReadAsBoolean() at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceServerIsavailableRoute>d__17.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 379 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Certify.Core.Tests.Unit.CertifyServiceTests.<TestCertifyServiceServerIsavailableRoute>d__17.MoveNext() in D:\a\certify\certify\certify\src\Certify.Tests\Certify.Core.Tests.Unit\Tests\CertifyServiceTests.cs:line 387 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)