Update packages. #22
Annotations
4 warnings
Src/CreditCardValidator.Tests/TestHelperUtilities.cs#L28
'CardIssuer.Solo' is obsolete: 'The Solo card scheme was decommissioned permanently on 31 March 2011. CreditCardValidator is no longer detecting it.'
|
Src/CreditCardValidator.Tests/CreditCardFactoryTests.cs#L137
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Src/CreditCardValidator.Tests/TestHelperUtilities.cs#L28
'CardIssuer.Solo' is obsolete: 'The Solo card scheme was decommissioned permanently on 31 March 2011. CreditCardValidator is no longer detecting it.'
|
Src/CreditCardValidator.Tests/CreditCardFactoryTests.cs#L137
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
The logs for this run have expired and are no longer available.
Loading