Skip to content

Added aggragate id in domain event context (#99) #195

Added aggragate id in domain event context (#99)

Added aggragate id in domain event context (#99) #195

Triggered via push April 10, 2025 18:58
Status Success
Total duration 32s
Artifacts
Build & Tests
27s
Build & Tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build & Tests: source/EasyWay/Internals/Commands/Commands/CommandExecutorLoggerDecorator.cs#L43
Possible null reference argument for parameter 'exception' in 'void EasyWayLogger<TModule>.UnexpectedException(Exception exception)'.
Build & Tests: source/EasyWay/Internals/Commands/Commands/CommandExecutorLoggerDecorator.cs#L39
Possible null reference argument for parameter 'exception' in 'void EasyWayLogger<TModule>.ConcurrencyConflict(Exception exception)'.
Build & Tests: source/EasyWay/Internals/Queries/QueryExecutorLoggerDecorator.cs#L43
Possible null reference argument for parameter 'exception' in 'void EasyWayLogger<TModule>.UnexpectedException(Exception exception)'.
Build & Tests: source/EasyWay/Internals/Queries/QueryExecutorLoggerDecorator.cs#L38
Possible null reference argument for parameter 'result' in 'void EasyWayLogger<TModule>.Successed(object result)'.
Build & Tests: source/EasyWay/ValueObject.cs#L16
Non-nullable field '_fields' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build & Tests: source/EasyWay/ValueObject.cs#L14
Non-nullable field '_properties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build & Tests: source/EasyWay/Internals/Assemblies/EntitiesFieldsInfo.cs#L8
Non-nullable field 'Dictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build & Tests: source/EasyWay/ValueObject.cs#L47
Possible null reference argument for parameter 'value' in 'int ValueObject.HashValue(int seed, object value)'.
Build & Tests: source/EasyWay/ValueObject.cs#L41
Possible null reference argument for parameter 'value' in 'int ValueObject.HashValue(int seed, object value)'.