Skip to content
Triggered via push November 17, 2024 08:11
Status Failure
Total duration 48s
Artifacts

docker.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/CleanAspire.Domain/Entities/AuditTrail.cs#L13
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/CleanAspire.ClientApp/_Imports.razor#L28
'MudEnumSelect<TEnum>.Logger' hides inherited member 'MudComponentBase.Logger'. Use the new keyword if hiding was intended.
build: src/CleanAspire.ClientApp/Program.cs#L26
The type 'CleanAspire.ClientApp.Configurations.ClientAppSettings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'CleanAspire.ClientApp.Configurations.ClientAppSettings?' doesn't match 'class' constraint.
build: src/CleanAspire.ClientApp/Pages/Home.razor#L262
Non-nullable property 'OrderNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/CleanAspire.ClientApp/Pages/Home.razor#L264
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/CleanAspire.ClientApp/Pages/Home.razor#L265
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/CleanAspire.ClientApp/Pages/Home.razor#L266
Non-nullable property 'OverdueStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/CleanAspire.ClientApp/Pages/Home.razor#L268
Non-nullable property 'CustomerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/CleanAspire.ClientApp/Pages/Home.razor#L269
Non-nullable property 'ShippingAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/CleanAspire.ClientApp/Pages/Home.razor#L270
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.