Skip to content

feat: add ExcludeFromCodeCoverage attribute (#36) #62

feat: add ExcludeFromCodeCoverage attribute (#36)

feat: add ExcludeFromCodeCoverage attribute (#36) #62

Triggered via push May 2, 2024 14:18
Status Success
Total duration 54s
Artifacts

push-package.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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.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.
build: tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L26
Cannot convert null literal to non-nullable reference type.