Bump dorny/test-reporter from 2 to 3 #27
Open
Annotations
10 warnings
|
Build:
StrongTypeIdGenerator.Tests/CustomCheckValueFixtureBase.cs#L24
Remove the underscores from member name StrongTypeIdGenerator.Tests.CustomCheckValueFixtureBase<TId, TValue>.Constructor_CheckValueIsCalled() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Build:
StrongTypeIdGenerator.Tests/TypedIdentifierFixtureNoCast.cs#L10
Remove the underscores from member name StrongTypeIdGenerator.Tests.TypedIdentifierFixtureNoCast<TSut, TSutSubclass, TIdentifier>.Equals_WhenSameId_ReturnsTrue() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Build:
StrongTypeIdGenerator.Tests/CustomCheckValueFixtureBase.cs#L10
Remove the underscores from member name StrongTypeIdGenerator.Tests.CustomCheckValueFixtureBase<TId, TValue>.Constructor_ValidValue_CheckValueModifiesValue() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Build:
StrongTypeIdGenerator.Tests/CheckValueGuidIdWithPropertyNameFixture.cs#L10
In externally visible method 'Guid CheckValueGuidIdWithPropertyNameFixture.GetIdValue(CheckValueGuidIdWithPropertyName id)', validate parameter 'id' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
Build:
StrongTypeIdGenerator.Tests/CheckValueStringIdWithPropertyNameFixture.cs#L10
In externally visible method 'string CheckValueStringIdWithPropertyNameFixture.GetIdValue(CheckValueStringIdWithPropertyName id)', validate parameter 'id' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
Build:
StrongTypeIdGenerator.Tests/CheckValueStringIdWithPropertyNameFixture.cs#L4
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
|
Build:
StrongTypeIdGenerator.Tests/CustomCheckValueFixtureBase.cs#L6
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
|
Build:
StrongTypeIdGenerator.Tests/CheckValueGuidIdWithPropertyNameFixture.cs#L4
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
|
Build:
StrongTypeIdGenerator.Tests/TypedIdentifierFixtureNoCast.cs#L4
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
|
Build:
StrongTypeIdGenerator.Tests/TypedIdentifierFixture.cs#L4
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
Loading