Skip to content

Merge pull request #4605 from 9swampy/SupportFormatStringsInConfig #5602

Merge pull request #4605 from 9swampy/SupportFormatStringsInConfig

Merge pull request #4605 from 9swampy/SupportFormatStringsInConfig #5602

Triggered via push August 9, 2025 20:11
Status Success
Total duration 2m 58s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Analyze (csharp): src/GitVersion.Core/VersionCalculation/ShaVersionFilter.cs#L27
Nullability of reference types in type of parameter 'commit' of 'bool ShaVersionFilter.Exclude(ICommit commit, out string? reason)' doesn't match implicitly implemented member 'bool IVersionFilter.Exclude(ICommit? commit, out string? reason)' (possibly because of nullability attributes).
Analyze (csharp): src/GitVersion.Core/VersionCalculation/ShaVersionFilter.cs#L27
Nullability of reference types in type of parameter 'commit' of 'bool ShaVersionFilter.Exclude(ICommit commit, out string? reason)' doesn't match implicitly implemented member 'bool IVersionFilter.Exclude(ICommit? commit, out string? reason)' (possibly because of nullability attributes).