Support C# format strings in config #5601
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).
|