Closes #10. Analysers for writing Service Classes. #59
Annotations
2 errors
Infrastructure.WebApi.Common.IntegrationTests.ApiDataFormatsSpec ► WhenPostWithDifferentDataTypesForXml_ThenReturnsValues:
src/Infrastructure.WebApi.Common.IntegrationTests/ApiDataFormatsSpec.cs#L73
Failed test found in:
src/TestResults/csharp/runneradmin_fv-az553-951_2023-10-10_01_52_02.trx
Error:
Expected string to be "<?xml version="1.0" encoding="utf-8"?><FormatsTestingOnlyResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Custom><Double>91.1</Double><Enum>TwentyOne</Enum><Integer>91</Integer><String>avalue2</String><Time>2023-10-10T02:52:03.2110200Z</Time></Custom><Double>99.9</Double><Enum>OneHundredAndOne</Enum><Integer>9</Integer><String>avalue1</String><Time>2023-10-10T01:52:03.2110200Z</Time></FormatsTestingOnlyResponse>" with a length of 475, but "<?xml version="1.0" encoding="utf-8"?><FormatsTestingOnlyResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Custom><Double>91.1</Double><Enum>TwentyOne</Enum><Integer>91</Integer><String>avalue2</String><Time>2023-10-10T02:52:03.21102Z</Time></Custom><Double>99.9</Double><Enum>OneHundredAndOne</Enum><Integer>9</Integer><String>avalue1</String><Time>2023-10-10T01:52:03.21102Z</Time></FormatsTestingOnlyResponse>" has a length of 471, differs near "Z</" (index 292).
|
build-test
Process completed with exit code 1.
|