Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Bump Ardalis.GuardClauses from 4.0.1 to 4.5.0 #1500

Bump Ardalis.GuardClauses from 4.0.1 to 4.5.0

Bump Ardalis.GuardClauses from 4.0.1 to 4.5.0 #1500

Triggered via push April 1, 2024 14:55
Status Success
Total duration 1m 10s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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)