README.md update #2
Merged
Annotations
11 warnings
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Hestia.Persistence/Contexts/RheaContext.cs#L14
Non-nullable field 'configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Hestia.Persistence/Handlers/User/Queries/ValidateUserLogin/ValidateUserLoginQueryHandler.cs#L10
Parameter 'context' is unread.
|
|
Hestia.Persistence/Handlers/User/Queries/ValidateUserLogin/ValidateUserLoginQueryHandler.cs#L10
Parameter 'logger' is unread.
|
|
Hestia.Persistence/Contexts/RheaContext.cs#L20
Non-nullable field 'configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Hestia.Persistence/Contexts/HestiaContext.cs#L19
Non-nullable field 'configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Hestia.Persistence/Contexts/HestiaContext.cs#L25
Non-nullable field 'configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Hestia.Application/Services/Product/ProductService.cs#L118
Possible null reference argument for parameter 'externalId' in 'Task<Product?> ProductService.GetExistingProductAsync(string externalId, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
Hestia.Application/Handlers/Authentication/Commands/Register/ApplicationUserRegisterCommandHandler.cs#L21
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'System.Net.HttpStatusCode.Continue' is not covered.
|
|
Hestia.Application/Handlers/Product/Queries/GetProduct/GetProductQueryHandler.cs#L19
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'System.Net.HttpStatusCode.Continue' is not covered.
|
|
Hestia.Application/Handlers/Authentication/Commands/Login/ApplicationUserLoginCommandHandler.cs#L21
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'System.Net.HttpStatusCode.Continue' is not covered.
|
The logs for this run have expired and are no longer available.
Loading