Skip to content

Fix styles for ObjectEdit Dialog and fix conditional updates for Cond… #339

Fix styles for ObjectEdit Dialog and fix conditional updates for Cond…

Fix styles for ObjectEdit Dialog and fix conditional updates for Cond… #339

Triggered via push July 4, 2024 16:43
Status Failure
Total duration 8m 39s
Artifacts
build_and_deploy_preview_package
52s
build_and_deploy_preview_package
deploy_application_to_azure
7m 27s
deploy_application_to_azure
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 24 warnings
build_and_deploy_preview_package
Process completed with exit code 1.
deploy_application_to_azure
Failed to deploy web package to App Service.
deploy_application_to_azure
The deployment to your web app failed with HTTP status code 403. Your web app may have networking features enabled which are blocking access (such as Private Endpoints). For more information about deploying to virtual network integrated web apps, please follow https://aka.ms/gha/deploying-to-network-secured-sites
build_and_deploy_preview_package
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_and_deploy_preview_package
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build_and_deploy_preview_package: MudBlazor.Extensions/Helper/JsImportHelper.cs#L97
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_deploy_preview_package: MudBlazor.Extensions/Helper/JsImportHelper.cs#L97
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_deploy_preview_package: MudBlazor.Extensions/Helper/JsImportHelper.cs#L100
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_deploy_preview_package: MudBlazor.Extensions/Helper/JsImportHelper.cs#L100
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_deploy_preview_package: MudBlazor.Extensions/Helper/MudExColorUtils.cs#L100
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_deploy_preview_package: MudBlazor.Extensions/Components/MudExSelect.razor.cs#L1361
Type parameter 'T' has the same name as the type parameter from outer type 'MudExSelect<T>'
build_and_deploy_preview_package: MudBlazor.Extensions/Components/TreeView/Views/MudExTreeViewCardGrid.razor#L56
'MudExTreeViewCardGrid<T>.RenderItem(TreeViewItemContext<T>)' hides inherited member 'MudExTreeViewList<T>.RenderItem(TreeViewItemContext<T>)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build_and_deploy_preview_package: MudBlazor.Extensions/Components/MudExSplitter.razor.cs#L149
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_deploy_preview_package: MudBlazor.Extensions/Components/MudExSplitter.razor.cs#L149
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_deploy_preview_package: MudBlazor.Extensions/Components/MudExSplitter.razor.cs#L157
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy_application_to_azure
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy_application_to_azure
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
deploy_application_to_azure
'MudExChipSelect<T>' is obsolete: 'Use MudExSelect instead and set MultiSelection to true and ValuePresenter to Chip.'
deploy_application_to_azure: Samples/MainSample.WebAssembly/_Imports.razor#L20
'ComponentPropertyGrid<T>.JsRuntime' hides inherited member 'MudExBaseComponent<MudExObjectEdit<T>>.JsRuntime'. Use the new keyword if hiding was intended.
deploy_application_to_azure: Samples/MainSample.WebAssembly/_Imports.razor#L19
'ComponentPropertyGrid<T>.DialogService' hides inherited member 'MudExBaseComponent<MudExObjectEdit<T>>.DialogService'. Use the new keyword if hiding was intended.
deploy_application_to_azure: Samples/MainSample.WebAssembly/Shared/NavMenu.razor.cs#L90
Cannot convert null literal to non-nullable reference type.
deploy_application_to_azure: Samples/MainSample.WebAssembly/Pages/Page_ChipSelect.razor#L4
'MudExChipSelect<>' is obsolete: 'Use MudExSelect instead and set MultiSelection to true and ValuePresenter to Chip.'
deploy_application_to_azure: Samples/MainSample.WebAssembly/Pages/Page_ChipSelect.razor#L32
'MudExChipSelect<Page_ChipSelect.MyChipItem>' is obsolete: 'Use MudExSelect instead and set MultiSelection to true and ValuePresenter to Chip.'
deploy_application_to_azure: Samples/MainSample.WebAssembly/Pages/Page_ChipSelect.razor#L31
'MudExChipSelect<Page_ChipSelect.MyChipItem>' is obsolete: 'Use MudExSelect instead and set MultiSelection to true and ValuePresenter to Chip.'
deploy_application_to_azure: Samples/MainSample.WebAssembly/_Imports.razor#L20
'ProgrammingSkillSelect.JsRuntime' hides inherited member 'MudExBaseInput<Page_ObjectEditConfigured.ProgramingSkill>.JsRuntime'. Use the new keyword if hiding was intended.
deploy_application_to_azure: Samples/MainSample.WebAssembly/Pages/SampleDialog.razor#L39
Cannot convert null literal to non-nullable reference type.