Skip to content

Snapshooter xunit3 (#211) #2

Snapshooter xunit3 (#211)

Snapshooter xunit3 (#211) #2

Triggered via push December 20, 2024 15:08
Status Success
Total duration 1m 2s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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>)'