Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
|
src/Masa.Blazor.Docs.ApiGenerator/ApiGenerator.cs#L344
Dereference of a possibly null reference.
|
src/Masa.Blazor.Docs.ApiGenerator/ApiGenerator.cs#L347
Dereference of a possibly null reference.
|
src/Masa.Blazor/Components/DataTable/Header/MDataTableHeaderMobile.razor#L68
Found markup element with unexpected name 'BListItemContent'. If this is intended to be a component, add a @using directive for its namespace.
|
|
|
|
|
src/Masa.Blazor/Components/InteractiveTrigger/MInteractivePopup.cs#L55
'MInteractivePopup.DisposeAsync()' hides inherited member 'NextTickComponentBase.DisposeAsync()'. Use the new keyword if hiding was intended.
|
src/Masa.Blazor/Components/InteractiveTrigger/MInteractiveTriggerBase.razor.cs#L85
'MInteractiveTriggerBase<TValue, TInteractiveValue>.ComponentName' hides inherited member 'MasaComponentBase.ComponentName'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
src/Masa.Blazor/Components/Radio/MRadioGroup.razor.cs#L17
Nullability of type of parameter 'val' doesn't match overridden member (possibly because of nullability attributes).
|
|
This job succeeded
Loading