Skip to content

add support for .NET 8, NUnit 4.0 #5

add support for .NET 8, NUnit 4.0

add support for .NET 8, NUnit 4.0 #5

Triggered via pull request January 5, 2024 09:38
Status Failure
Total duration 1m 54s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
tests
Process completed with exit code 1.
tests: src/Snapshooter/Core/SnapshotFileHandler.cs#L96
Nullability of reference types in type of parameter 'snapshotData' of 'bool SnapshotFileHandler.TryReadSnapshot(SnapshotFullName snapshotFullName, out string? snapshotData)' doesn't match implicitly implemented member 'bool ISnapshotFileHandler.TryReadSnapshot(SnapshotFullName snapshotFullName, out string snapshotData)' (possibly because of nullability attributes).
tests: src/Snapshooter/Core/MatchOperators/IsTypeMatchOperator.cs#L21
Non-nullable field '_fieldsPath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
tests: src/Snapshooter/Core/MatchOperators/IgnoreMatchOperator.cs#L19
Non-nullable field '_fieldPath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
tests: src/Snapshooter/Core/MatchOperators/AcceptMatchOperator.cs#L10
Missing XML comment for publicly visible type or member 'AcceptMatchOperator<T>'
tests: src/Snapshooter/Core/MatchOperators/AcceptMatchOperator.cs#L16
Missing XML comment for publicly visible type or member 'AcceptMatchOperator<T>.AcceptMatchOperator(string, bool)'
tests: src/Snapshooter/Core/MatchOperators/AcceptMatchOperator.cs#L25
Missing XML comment for publicly visible type or member 'AcceptMatchOperator<T>.HasFormatAction()'
tests: src/Snapshooter/Core/MatchOperators/AcceptMatchOperator.cs#L27
Missing XML comment for publicly visible type or member 'AcceptMatchOperator<T>.FormatFields(JToken)'
tests: src/Snapshooter/Core/MatchOperators/AcceptMatchOperator.cs#L37
Missing XML comment for publicly visible type or member 'AcceptMatchOperator<T>.ExecuteMatch(JToken, JToken)'
tests: src/Snapshooter/Core/MatchOperators/AssertMatchOperator.cs#L8
Missing XML comment for publicly visible type or member 'AssertMatchOperator'
tests: src/Snapshooter/Core/MatchOperators/AssertMatchOperator.cs#L12
Missing XML comment for publicly visible type or member 'AssertMatchOperator.AssertMatchOperator(Action<FieldOption>)'