Bump MSTest.TestAdapter from 3.6.4 to 3.7.0 #343
Annotations
1 error and 12 warnings
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
No files were found with the provided path: code-coverage-results.md. No artifacts will be uploaded.
|
build:
src/ApplicationCore/Exceptions/EmptyBasketOnCheckoutException.cs#L12
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
tests/UnitTests/ApplicationCore/Entities/BasketTests/BasketRemoveEmptyItems.cs#L19
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
tests/UnitTests/ApplicationCore/Specifications/CustomerOrdersWithItemsSpecification.cs#L22
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
tests/UnitTests/ApplicationCore/Specifications/CustomerOrdersWithItemsSpecification.cs#L35
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
tests/IntegrationTests/Repositories/BasketRepositoryTests/SetQuantities.cs#L38
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
src/ApplicationCore/Exceptions/EmptyBasketOnCheckoutException.cs#L12
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
tests/UnitTests/ApplicationCore/Entities/BasketTests/BasketRemoveEmptyItems.cs#L19
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
tests/UnitTests/ApplicationCore/Specifications/CustomerOrdersWithItemsSpecification.cs#L22
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
tests/UnitTests/ApplicationCore/Specifications/CustomerOrdersWithItemsSpecification.cs#L35
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
tests/IntegrationTests/Repositories/BasketRepositoryTests/SetQuantities.cs#L38
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|