Added user id to logging #101
Merged
Annotations
10 warnings
|
source/EasyWay/Internals/Queries/QueryExecutorLoggerDecorator.cs#L52
Possible null reference argument for parameter 'exception' in 'void EasyWayLogger<TModule>.UnexpectedException(Exception exception)'.
|
|
source/EasyWay/Internals/Queries/QueryExecutorLoggerDecorator.cs#L47
Possible null reference argument for parameter 'result' in 'void EasyWayLogger<TModule>.Successed(object result)'.
|
|
source/EasyWay/Internals/DomainEvents/DomainEventPublisher.cs#L37
Dereference of a possibly null reference.
|
|
source/EasyWay/Internals/DomainEvents/DomainEventPublisher.cs#L37
Converting null literal or possible null value to non-nullable type.
|
|
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.
|
|
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.
|
|
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.
|
|
source/EasyWay/ValueObject.cs#L47
Possible null reference argument for parameter 'value' in 'int ValueObject.HashValue(int seed, object value)'.
|
|
source/EasyWay/ValueObject.cs#L41
Possible null reference argument for parameter 'value' in 'int ValueObject.HashValue(int seed, object value)'.
|
|
source/EasyWay/Internals/Loggers/EasyWayLogger.cs#L16
Argument 'userId' is not referenced from the logging message (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1015)
|
The logs for this run have expired and are no longer available.
Loading