Fix yaml file issue #34
Annotations
11 warnings
publish
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
publish:
src/KSFramework/Domain/AggregatesHelper/ValueObject.cs#L24
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
publish:
src/KSFramework/Domain/Enumeration.cs#L63
Nullability of reference types in type of parameter 'other' of 'int Enumeration.CompareTo(object other)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
|
publish:
src/KSFramework/Domain/Enumeration.cs#L20
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
publish:
src/KSFramework/GenericRepository/Repository.cs#L42
Cannot convert null literal to non-nullable reference type.
|
publish:
src/KSFramework/GenericRepository/Repository.cs#L37
Cannot convert null literal to non-nullable reference type.
|
publish:
src/KSFramework/Pagination/PaginatedList.cs#L62
Cannot convert null literal to non-nullable reference type.
|
publish:
src/KSFramework/Pagination/PaginatedList.cs#L40
Cannot convert null literal to non-nullable reference type.
|
publish:
src/KSFramework/Exceptions/KSValidationException.cs#L7
'KSValidationException<T>.Errors' hides inherited member 'KSException<T>.Errors'. Use the new keyword if hiding was intended.
|
publish:
src/KSFramework/GenericRepository/IRepository.cs#L11
Cannot convert null literal to non-nullable reference type.
|
publish:
src/KSFramework/GenericRepository/IRepository.cs#L10
Cannot convert null literal to non-nullable reference type.
|