Add internal extensions #340
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/MudExDialog.razor.cs#L20
'MudExDialog.DialogService' hides inherited member 'MudDialog.DialogService'. Use the new keyword if hiding was intended.
|
build_and_deploy_preview_package:
MudBlazor.Extensions/Components/MudExDialog.razor.cs#L100
The member 'MudExDialog.Show(string, DialogOptions)' does not hide an accessible member. The new keyword is not required.
|
build_and_deploy_preview_package:
MudBlazor.Extensions/Components/TreeView/HierarchicalFilter.cs#L58
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.
|
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/_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/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/Pages/SampleDialog.razor#L39
Cannot convert null literal to non-nullable reference type.
|
deploy_application_to_azure:
Samples/MainSample.WebAssembly/Pages/SampleDialog.razor#L48
Possible null reference return.
|