Skip to content

Fix TUnit MethodNotFoundException (#214) #3

Fix TUnit MethodNotFoundException (#214)

Fix TUnit MethodNotFoundException (#214) #3

Triggered via push February 5, 2025 11:39
Status Success
Total duration 1m 4s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
release
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
release
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
release
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
release
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
release
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
release
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
release
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
release
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
release
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
release
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
release: 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).
release: src/Snapshooter/Core/MatchOperators/IsTypeMatchOperator.cs#L21
Non-nullable field '_fieldsPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
release: src/Snapshooter/Core/MatchOperators/IgnoreMatchOperator.cs#L19
Non-nullable field '_fieldPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
release: src/Snapshooter/Core/MatchOperators/AcceptMatchOperator.cs#L10
Missing XML comment for publicly visible type or member 'AcceptMatchOperator<T>'
release: src/Snapshooter/Core/MatchOperators/AcceptMatchOperator.cs#L16
Missing XML comment for publicly visible type or member 'AcceptMatchOperator<T>.AcceptMatchOperator(string, bool)'
release: src/Snapshooter/Core/MatchOperators/AcceptMatchOperator.cs#L25
Missing XML comment for publicly visible type or member 'AcceptMatchOperator<T>.HasFormatAction()'
release: src/Snapshooter/Core/MatchOperators/AcceptMatchOperator.cs#L27
Missing XML comment for publicly visible type or member 'AcceptMatchOperator<T>.FormatFields(JToken)'
release: src/Snapshooter/Core/MatchOperators/AcceptMatchOperator.cs#L37
Missing XML comment for publicly visible type or member 'AcceptMatchOperator<T>.ExecuteMatch(JToken, JToken)'
release: src/Snapshooter/Core/MatchOperators/AssertMatchOperator.cs#L8
Missing XML comment for publicly visible type or member 'AssertMatchOperator'
release: src/Snapshooter/Core/MatchOperators/AssertMatchOperator.cs#L12
Missing XML comment for publicly visible type or member 'AssertMatchOperator.AssertMatchOperator(Action<FieldOption>)'