This repository has been archived by the owner on May 23, 2024. It is now read-only.
Bump MediatR from 12.0.1 to 12.2.0 #1395
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/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/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#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/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/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#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)
|