Merge pull request #2 from managedcode/dependabot/nuget/ManagedCode.I… #7
Annotations
11 warnings
nuget-pack
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
nuget-pack:
ManagedCode.IdGenerator/ConsistentSharp/ConsistentHash.cs#L17
Cannot convert null literal to non-nullable reference type.
|
nuget-pack:
ManagedCode.IdGenerator/NewId/NewId.cs#L328
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
nuget-pack:
ManagedCode.IdGenerator/NewId/NewId.cs#L99
Nullability of reference types in type of parameter 'obj' of 'int NewId.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
|
nuget-pack:
ManagedCode.IdGenerator/NewId/NewId.cs#L144
Nullability of reference types in type of parameter 'format' of 'string NewId.ToString(string format, IFormatProvider formatProvider)' doesn't match implicitly implemented member 'string IFormattable.ToString(string? format, IFormatProvider? formatProvider)' (possibly because of nullability attributes).
|
nuget-pack:
ManagedCode.IdGenerator/NewId/NewId.cs#L144
Nullability of reference types in type of parameter 'formatProvider' of 'string NewId.ToString(string format, IFormatProvider formatProvider)' doesn't match implicitly implemented member 'string IFormattable.ToString(string? format, IFormatProvider? formatProvider)' (possibly because of nullability attributes).
|
nuget-pack:
ManagedCode.IdGenerator/Unified/UnifiedId.cs#L502
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
nuget-pack:
ManagedCode.IdGenerator/Unified/UnifiedId.cs#L552
Nullability of reference types in type of parameter 'obj' of 'int UnifiedId.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
|
nuget-pack:
ManagedCode.IdGenerator/Unified/UnifiedId.cs#L581
Nullability of reference types in type of parameter 'other' of 'int UnifiedId.CompareTo(string other)' doesn't match implicitly implemented member 'int IComparable<string>.CompareTo(string? other)' (possibly because of nullability attributes).
|
nuget-pack:
ManagedCode.IdGenerator/Unified/UnifiedId.cs#L534
Nullability of reference types in type of parameter 'other' of 'bool UnifiedId.Equals(string other)' doesn't match implicitly implemented member 'bool IEquatable<string>.Equals(string? other)' (possibly because of nullability attributes).
|
nuget-pack:
ManagedCode.IdGenerator/NewId/NewIdGenerator.cs#L18
Cannot convert null literal to non-nullable reference type.
|