Release and Deploy #147
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and push Docker image:
MyApp.Client/ServiceModel/AllTypes.cs#L61
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build and push Docker image:
MyApp.Client/Components/Shared/Sidebar.razor#L120
'Sidebar.OnAfterRenderAsync(bool)' hides inherited member 'ComponentBase.OnAfterRenderAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build and push Docker image:
MyApp.Client/ServiceModel/Chinook.cs#L665
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and push Docker image:
MyApp.Client/ServiceModel/Chinook.cs#L670
Non-nullable property 'Composer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and push Docker image:
MyApp.Client/ServiceModel/Chinook.cs#L655
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and push Docker image:
MyApp.Client/ServiceModel/Chinook.cs#L646
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and push Docker image:
MyApp.Client/ServiceModel/Chinook.cs#L631
Non-nullable property 'BillingAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and push Docker image:
MyApp.Client/ServiceModel/Chinook.cs#L632
Non-nullable property 'BillingCity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and push Docker image:
MyApp.Client/ServiceModel/Chinook.cs#L633
Non-nullable property 'BillingState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and push Docker image:
MyApp.Client/ServiceModel/Chinook.cs#L634
Non-nullable property 'BillingCountry' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading