Skip to content

Merge remote-tracking branch 'origin/main' #33

Merge remote-tracking branch 'origin/main'

Merge remote-tracking branch 'origin/main' #33

Triggered via push June 2, 2025 07:06
Status Failure
Total duration 26s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
publish
Process completed with exit code 1.
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/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/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/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.