Skip to content

Merge pull request #10 from A-Programmer/develop #32

Merge pull request #10 from A-Programmer/develop

Merge pull request #10 from A-Programmer/develop #32

Triggered via push June 2, 2025 03:02
Status Success
Total duration 28s
Artifacts
Fit to window
Zoom out
Zoom in

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/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/Domain/AggregatesHelper/ValueObject.cs#L24
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.