Blazor UI Demo CD #60
Annotations
21 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Starting with .NET 8, setting <UseMauiEssentials>true</UseMauiEssentials> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.0-rc.2.9530" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
Starting with .NET 8, setting <UseMauiEssentials>true</UseMauiEssentials> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.0-rc.2.9530" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
src/BlazorUI/Demo/Shared/Dtos/PagedResult.cs#L15
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/BlazorUI/Demo/Shared/Dtos/DataGridDemo/Meta.cs#L6
Non-nullable property 'Disclaimer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/BlazorUI/Demo/Shared/Dtos/DataGridDemo/Meta.cs#L9
Non-nullable property 'Terms' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/BlazorUI/Demo/Shared/Dtos/DataGridDemo/Meta.cs#L12
Non-nullable property 'License' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/BlazorUI/Demo/Shared/Dtos/DataGridDemo/Meta.cs#L15
Non-nullable property 'LastUpdated' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/BlazorUI/Demo/Shared/Dtos/DataGridDemo/Meta.cs#L18
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/BlazorUI/Demo/Shared/Dtos/DataGridDemo/FoodRecallQueryResult.cs#L6
Non-nullable property 'Meta' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/BlazorUI/Demo/Shared/Dtos/DataGridDemo/FoodRecallQueryResult.cs#L9
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Starting with .NET 8, setting <UseMauiEssentials>true</UseMauiEssentials> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.0-rc.2.9530" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
Starting with .NET 8, setting <UseMauiEssentials>true</UseMauiEssentials> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.0-rc.2.9530" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
|
|
|
|
src/BlazorUI/Bit.BlazorUI/Components/Swiper/BitSwiper.razor.cs#L194
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/BlazorUI/Bit.BlazorUI/Components/SnackBar/BitSnackBar.razor.cs#L93
Possible null reference argument for parameter 'body' in 'Task BitSnackBar.Show(string title, string body = "", BitSnackBarType type = BitSnackBarType.None, string? cssClass = null, string? cssStyle = null)'.
|
src/BlazorUI/Bit.BlazorUI/Components/SnackBar/BitSnackBar.razor.cs#L95
Possible null reference argument for parameter 'body' in 'Task BitSnackBar.Show(string title, string body = "", BitSnackBarType type = BitSnackBarType.None, string? cssClass = null, string? cssStyle = null)'.
|
src/BlazorUI/Bit.BlazorUI/Components/SnackBar/BitSnackBar.razor.cs#L97
Possible null reference argument for parameter 'body' in 'Task BitSnackBar.Show(string title, string body = "", BitSnackBarType type = BitSnackBarType.None, string? cssClass = null, string? cssStyle = null)'.
|
The logs for this run have expired and are no longer available.
Loading