Skip to content

🐛 fix(TextField): support nullable numeric types #233

🐛 fix(TextField): support nullable numeric types

🐛 fix(TextField): support nullable numeric types #233

Triggered via pull request December 23, 2024 08:34
Status Success
Total duration 3m 6s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
pr
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pr
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
pr
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
pr
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
pr
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
pr
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
pr
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
pr
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
pr: 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.
pr: 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).
pr: 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).
pr: src/Masa.Blazor.Docs.ComponentApiGenerator/ComponentApiGenerator.cs#L318
Dereference of a possibly null reference.