Enhance repository methods and exception handling #62
Annotations
10 warnings
|
build:
src/EntityFramework/Default/Interceptors/AggregateRootVersion/AggregateRootVersionInterceptor.cs#L40
Possible null reference argument for parameter 'context' in 'void AggregateRootVersionInterceptor.BeforeSaveTriggers(DbContext context)'.
|
|
build:
src/EntityFramework/Default/Interceptors/AggregateRootVersion/AggregateRootVersionInterceptor.cs#L26
Possible null reference argument for parameter 'context' in 'void AggregateRootVersionInterceptor.BeforeSaveTriggers(DbContext context)'.
|
|
build:
src/EntityFramework/Default/Interceptors/AuditFields/AuditFieldsSaveChangesInterceptor.cs#L31
Dereference of a possibly null reference.
|
|
build:
src/EntityFramework/Default/Interceptors/AuditFields/AuditFieldsSaveChangesInterceptor.cs#L22
Dereference of a possibly null reference.
|
|
build:
src/Core/Application.Abstractions/Results/Result.cs#L24
Cannot convert null literal to non-nullable reference type.
|
|
build:
src/Core/Events/EventBus.cs#L28
Argument of type '(object action, string? eventType)' cannot be used for parameter 'item' of type '(object handler, string eventType)' in 'void ICollection<(object handler, string eventType)>.Add((object handler, string eventType) item)' due to differences in the nullability of reference types.
|
|
build:
src/Core/Domain.Abstractions/Entity.cs#L26
Dereference of a possibly null reference.
|
|
build:
src/Core/Domain.Abstractions/Entity.cs#L17
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
build:
src/Core/Queries.Abstractions/EntityQueryBase.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Utilities/Default/Extensions/AttributeExtensions.cs#L31
Possible null reference return.
|