# 合并分隔线与分割线两种翻译 #2008
Merged
# 合并分隔线与分割线两种翻译 #2008
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
|
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.Docs.ComponentApiGenerator/ComponentApiGenerator.cs#L33
The type 'Masa.Blazor.Docs.ApiGenerator.ComponentMeta?' cannot be used as type parameter 'T' in the generic type or method 'IEnumerableExtensions.Distinct<T>(IEnumerable<T>, Func<T, T, bool>)'. Nullability of type argument 'Masa.Blazor.Docs.ApiGenerator.ComponentMeta?' doesn't match 'notnull' constraint.
|
src/Masa.Blazor.Docs.ComponentApiGenerator/ComponentApiGenerator.cs#L33
Nullability of reference types in type of parameter 'a' of 'lambda expression' doesn't match the target delegate 'Func<ComponentMeta?, ComponentMeta?, bool>' (possibly because of nullability attributes).
|
src/Masa.Blazor.Docs.ComponentApiGenerator/ComponentApiGenerator.cs#L33
Nullability of reference types in type of parameter 'b' of 'lambda expression' doesn't match the target delegate 'Func<ComponentMeta?, ComponentMeta?, bool>' (possibly because of nullability attributes).
|
src/Masa.Blazor.Docs.ComponentApiGenerator/ComponentApiGenerator.cs#L318
Dereference of a possibly null reference.
|
src/Masa.Blazor.Docs.ComponentApiGenerator/ComponentApiGenerator.cs#L321
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/Radio/MRadioGroup.razor.cs#L17
Nullability of type of parameter 'val' doesn't match overridden member (possibly because of nullability attributes).
|
src/Masa.Blazor/Components/Radio/MRadioGroup.razor.cs#L3
Nullability of reference types in return type of 'TValue? MInput<TValue>.Value.get' doesn't match implicitly implemented member 'TValue IRadioGroup<TValue>.Value.get' (possibly because of nullability attributes).
|
This job succeeded
Loading