Skip to content

Blazor UI Demo CD

Blazor UI Demo CD #56

Manually triggered October 17, 2023 18:30
Status Failure
Total duration 24m 40s
Artifacts 5
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

blazorui.demo.cd.yml

on: workflow_dispatch
build blazor api + web assembly
6m 51s
build blazor api + web assembly
build blazor hybrid (windows)
9m 53s
build blazor hybrid (windows)
build blazor hybrid (android)
24m 29s
build blazor hybrid (android)
build blazor hybrid (ios)
3m 18s
build blazor hybrid (ios)
build blazor hybrid (maccatalyst)
13m 57s
build blazor hybrid (maccatalyst)
build blazor electron (linux)
9m 7s
build blazor electron (linux)
deploy blazor api + web assembly
3m 14s
deploy blazor api + web assembly
Fit to window
Zoom out
Zoom in

Annotations

1 error and 108 warnings
build blazor hybrid (ios)
{ "errors": [{ "status": "401", "code": "NOT_AUTHORIZED", "title": "Authentication credentials are missing or invalid.", "detail": "Provide a properly configured and signed bearer token, and make sure that it has not expired. Learn more about Generating Tokens for API Requests https://developer.apple.com/go/?id=api-generating-tokens" }] }
build blazor hybrid (ios)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@v1, Apple-Actions/import-codesign-certs@v1, Apple-Actions/download-provisioning-profiles@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 blazor hybrid (ios)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build blazor hybrid (ios)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build blazor api + web assembly: 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.
build blazor api + web assembly: 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.
build blazor api + web assembly: 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.
build blazor api + web assembly: 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.
build blazor api + web assembly: 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.
build blazor api + web assembly: 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.
build blazor api + web assembly: 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.
build blazor api + web assembly: 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.
build blazor api + web assembly: src/BlazorUI/Demo/Shared/Dtos/DataGridDemo/FoodRecall.cs#L6
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build blazor api + web assembly
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor api + web assembly
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor api + web assembly
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor api + web assembly
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor api + web assembly: 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.
build blazor api + web assembly: 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)'.
build blazor api + web assembly: 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)'.
build blazor api + web assembly: 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)'.
build blazor api + web assembly: src/BlazorUI/Bit.BlazorUI/Components/SnackBar/BitSnackBar.razor.cs#L99
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)'.
build blazor api + web assembly: src/BlazorUI/Bit.BlazorUI/Components/Inputs/Dropdown/BitDropdown.razor.cs#L691
Possible null reference argument for parameter 'source' in 'IOrderedEnumerable<TValue?> Enumerable.OrderBy<TValue?, TValue?>(IEnumerable<TValue?> source, Func<TValue?, TValue?> keySelector)'.
build blazor electron (linux)
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/
build blazor electron (linux)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor electron (linux)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor electron (linux)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor electron (linux)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor electron (linux): 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)'.
build blazor electron (linux): 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)'.
build blazor electron (linux): 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)'.
build blazor electron (linux): src/BlazorUI/Bit.BlazorUI/Components/SnackBar/BitSnackBar.razor.cs#L99
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)'.
build blazor electron (linux): 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.
build blazor electron (linux): src/BlazorUI/Demo/Shared/Exceptions/UnknownException.cs#L24
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build blazor electron (linux): 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.
build blazor electron (linux): 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.
build blazor electron (linux): 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.
build blazor electron (linux): 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.
build blazor electron (linux): 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.
build blazor electron (linux): 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.
build blazor electron (linux): 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.
build blazor electron (linux): 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.
build blazor electron (linux): src/BlazorUI/Demo/Shared/Dtos/DataGridDemo/FoodRecall.cs#L6
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build blazor hybrid (windows)
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/
build blazor hybrid (windows)
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.9373" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build blazor hybrid (windows)
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.9373" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build blazor hybrid (windows)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (windows)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (windows)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (windows)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (windows): 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.
build blazor hybrid (windows): 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)'.
build blazor hybrid (windows): 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)'.
build blazor hybrid (windows)
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.9373" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build blazor hybrid (windows)
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.9373" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build blazor hybrid (windows)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (windows)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (windows)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (windows)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (windows): 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.
build blazor hybrid (windows): src/BlazorUI/Bit.BlazorUI/Components/Inputs/Dropdown/BitDropdown.razor.cs#L691
Possible null reference argument for parameter 'source' in 'IOrderedEnumerable<TValue?> Enumerable.OrderBy<TValue?, TValue?>(IEnumerable<TValue?> source, Func<TValue?, TValue?> keySelector)'.
build blazor hybrid (windows): 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)'.
build blazor hybrid (windows): 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)'.
deploy blazor api + web assembly
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-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/
build blazor hybrid (maccatalyst)
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/
build blazor hybrid (maccatalyst)
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.9373" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build blazor hybrid (maccatalyst)
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.9373" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build blazor hybrid (maccatalyst): 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.
build blazor hybrid (maccatalyst): src/BlazorUI/Demo/Shared/Exceptions/UnknownException.cs#L24
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build blazor hybrid (maccatalyst): 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.
build blazor hybrid (maccatalyst): 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.
build blazor hybrid (maccatalyst): 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.
build blazor hybrid (maccatalyst): 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.
build blazor hybrid (maccatalyst): 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.
build blazor hybrid (maccatalyst): 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.
build blazor hybrid (maccatalyst)
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.9373" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build blazor hybrid (maccatalyst)
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.9373" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build blazor hybrid (maccatalyst)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (maccatalyst)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (maccatalyst)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (maccatalyst)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (maccatalyst): 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.
build blazor hybrid (maccatalyst): 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)'.
build blazor hybrid (maccatalyst): 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)'.
build blazor hybrid (maccatalyst): 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)'.
build blazor hybrid (android)
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/
build blazor hybrid (android)
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.9373" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build blazor hybrid (android)
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.9373" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build blazor hybrid (android)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (android)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (android)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (android)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (android): 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)'.
build blazor hybrid (android): 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)'.
build blazor hybrid (android): 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)'.
build blazor hybrid (android): src/BlazorUI/Bit.BlazorUI/Components/SnackBar/BitSnackBar.razor.cs#L99
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)'.
build blazor hybrid (android)
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.9373" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build blazor hybrid (android)
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.9373" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build blazor hybrid (android): 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.
build blazor hybrid (android): 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.
build blazor hybrid (android): 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.
build blazor hybrid (android): 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.
build blazor hybrid (android): 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.
build blazor hybrid (android): 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.
build blazor hybrid (android): 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.
build blazor hybrid (android): 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.

Artifacts

Produced during runtime
Name Size
android-bundle Expired
149 MB
api-web-bundle Expired
159 MB
linux-app-image Expired
361 MB
mac-pkg-bundle Expired
45.3 MB
win-exe-bundle Expired
159 MB