Merge pull request #4605 from 9swampy/SupportFormatStringsInConfig #5602
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).
|