fix bugs #829
Annotations
3 errors and 10 warnings
|
build-test-coverage (10.x.x)
Canceling since a higher priority waiting request for Build, Test, Coverage & Check-refs/pull/271/merge exists
|
|
build-test-coverage (10.x.x)
The operation was canceled.
|
|
Build, Test, Coverage & Check
Canceling since a higher priority waiting request for Build, Test, Coverage & Check-refs/pull/271/merge exists
|
|
build-test-coverage (10.x.x):
src/Services/Svc.Encryption.Tests/EdgeCaseTests.cs#L103
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build-test-coverage (10.x.x):
src/AspCore.Tasks.Tests/BackgroundJobTests.cs#L97
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-test-coverage (10.x.x):
src/Services/Svc.Transform.Tests/TokenDefinitions/DoubleCurlyBracketTokenDefinitionTests.cs#L27
Theory method 'IsToken_ShouldReturnFalse_ForInvalidTokens' on test class 'DoubleCurlyBracketTokenDefinitionTests' has InlineData duplicate(s). Remove redundant attribute(s) from the theory method. (https://xunit.net/xunit.analyzers/rules/xUnit1025)
|
|
build-test-coverage (10.x.x):
src/EfCore/EfCore.Specifications.Tests/PropertyNameExtensionsTests.cs#L32
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build-test-coverage (10.x.x):
src/EfCore/EfCore.Specifications.Tests/PropertyNameExtensionsTests.cs#L10
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build-test-coverage (10.x.x):
src/EfCore/EfCore.Extensions.Tests/WithSqlDbTests.cs#L81
Microsoft.EntityFrameworkCore.Internal.IDbContextServices is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
|
|
build-test-coverage (10.x.x):
src/EfCore/EfCore.Extensions.Tests/WithSqlDbTests.cs#L81
Microsoft.EntityFrameworkCore.Internal.IDbContextServices is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
|
|
build-test-coverage (10.x.x):
src/Services/Svc.Encryption.Tests/EdgeCaseTests.cs#L103
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build-test-coverage (10.x.x):
src/AspCore.Tasks.Tests/BackgroundJobTests.cs#L97
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-test-coverage (10.x.x):
src/Services/Svc.Transform.Tests/TokenDefinitions/DoubleCurlyBracketTokenDefinitionTests.cs#L27
Theory method 'IsToken_ShouldReturnFalse_ForInvalidTokens' on test class 'DoubleCurlyBracketTokenDefinitionTests' has InlineData duplicate(s). Remove redundant attribute(s) from the theory method. (https://xunit.net/xunit.analyzers/rules/xUnit1025)
|