Update actions. #24
Annotations
4 warnings
Build:
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.'
|
Build:
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)
|
Build:
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.'
|
Build:
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)
|
Loading