feat: add ExcludeFromCodeCoverage attribute #61
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
tests/N.SourceGenerators.UnionTypes.Tests/UnionTypesAnalyzerConfigOptions.cs#L19
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L26
Converting null literal or possible null value to non-nullable type.
|
Build:
tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L26
Cannot convert null literal to non-nullable reference type.
|
Build:
tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L36
Converting null literal or possible null value to non-nullable type.
|
Build:
tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L36
Cannot convert null literal to non-nullable reference type.
|
Build:
tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L48
Converting null literal or possible null value to non-nullable type.
|
Build:
tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L48
Cannot convert null literal to non-nullable reference type.
|
Build:
tests/N.SourceGenerators.UnionTypes.BehaviorTests/JsonExperimentsTests.cs#L35
The field 'MyNewAttribute._typeDiscriminator' is never used
|
Build:
tests/N.SourceGenerators.UnionTypes.Tests/UnionTypesAnalyzerConfigOptions.cs#L19
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L26
Converting null literal or possible null value to non-nullable type.
|
Loading