This repository has been archived by the owner on May 23, 2024. It is now read-only.
Updating test projects #1228
Annotations
9 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/Specifications/BasketWithItemsSpecification.cs#L6
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
build:
src/ApplicationCore/Specifications/OrderWithItemsByIdSpec.cs#L6
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
build:
tests/UnitTests/ApplicationCore/Services/BasketServiceTests/TransferBasket.cs#L40
Possible null reference argument for parameter 'result' in 'Results<Basket>.Results(Basket result)'.
|
build:
tests/UnitTests/ApplicationCore/Services/BasketServiceTests/TransferBasket.cs#L97
Possible null reference argument for parameter 'value' in 'Results<Basket> Results<Basket>.Then(Basket value)'.
|
build:
src/ApplicationCore/Specifications/BasketWithItemsSpecification.cs#L6
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
build:
src/ApplicationCore/Specifications/OrderWithItemsByIdSpec.cs#L6
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
build:
tests/UnitTests/ApplicationCore/Services/BasketServiceTests/TransferBasket.cs#L40
Possible null reference argument for parameter 'result' in 'Results<Basket>.Results(Basket result)'.
|
build:
tests/UnitTests/ApplicationCore/Services/BasketServiceTests/TransferBasket.cs#L97
Possible null reference argument for parameter 'value' in 'Results<Basket> Results<Basket>.Then(Basket value)'.
|