Skip to content

Release and Deploy #151

Release and Deploy

Release and Deploy #151

Re-run triggered November 4, 2024 04:41
Status Success
Total duration 6m 28s
Artifacts

release.yml

on: workflow_run
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
push_to_registry
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/login-action@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
push_to_registry: MyApp.Client/ServiceModel/AllTypes.cs#L61
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
push_to_registry: 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.
push_to_registry: MyApp.Client/ServiceModel/Chinook.cs#L665
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push_to_registry: MyApp.Client/ServiceModel/Chinook.cs#L670
Non-nullable property 'Composer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push_to_registry: MyApp.Client/ServiceModel/Chinook.cs#L655
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push_to_registry: MyApp.Client/ServiceModel/Chinook.cs#L646
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push_to_registry: MyApp.Client/ServiceModel/Chinook.cs#L631
Non-nullable property 'BillingAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push_to_registry: MyApp.Client/ServiceModel/Chinook.cs#L632
Non-nullable property 'BillingCity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push_to_registry: MyApp.Client/ServiceModel/Chinook.cs#L633
Non-nullable property 'BillingState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push_to_registry: MyApp.Client/ServiceModel/Chinook.cs#L634
Non-nullable property 'BillingCountry' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy_via_ssh
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/