Upgrade to .NET 10 #26
Merged
Annotations
7 warnings
|
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
Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details.
|
|
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
Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details.
|
|
Install dependencies
Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details.
|
Loading