Skip to content

Blazor UI Demo CD

Blazor UI Demo CD #58

Re-run triggered November 8, 2023 20:47
Status Failure
Total duration 9m 50s
Artifacts 5

blazorui.demo.cd.yml

on: workflow_dispatch
build blazor api + web assembly
6m 22s
build blazor api + web assembly
build blazor hybrid (windows)
8m 18s
build blazor hybrid (windows)
build blazor hybrid (android)
15m 23s
build blazor hybrid (android)
build blazor hybrid (ios)
9m 36s
build blazor hybrid (ios)
build blazor hybrid (maccatalyst)
12m 55s
build blazor hybrid (maccatalyst)
build blazor electron (linux)
4m 11s
build blazor electron (linux)
deploy blazor api + web assembly
2m 49s
deploy blazor api + web assembly
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 119 warnings
build blazor hybrid (ios)
Optimizing assemblies for size failed. Optimization can be disabled by setting the PublishTrimmed property to false.
build blazor hybrid (ios)
Optimizing assemblies for size failed. Optimization can be disabled by setting the PublishTrimmed property to false.
build blazor hybrid (ios)
Process completed with exit code 1.
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.9530" />. 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.9530" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build blazor hybrid (windows): src/BlazorUI/Demo/Shared/Dtos/ComponentMethodDetailsDto.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build blazor hybrid (windows): src/BlazorUI/Demo/Shared/Dtos/ComponentMethodDetailsDto.cs#L6
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build blazor hybrid (windows): src/BlazorUI/Demo/Shared/Dtos/ComponentMethodDetailsDto.cs#L7
Non-nullable property 'Output' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build blazor hybrid (windows): src/BlazorUI/Demo/Shared/Dtos/ComponentMethodDetailsDto.cs#L8
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build blazor hybrid (windows): src/BlazorUI/Demo/Shared/Dtos/ComponentPropertyDetailsDto.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build blazor hybrid (windows): src/BlazorUI/Demo/Shared/Dtos/ComponentPropertyDetailsDto.cs#L6
Non-nullable property 'DefaultValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build blazor hybrid (windows): src/BlazorUI/Demo/Shared/Dtos/ComponentPropertyDetailsDto.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build blazor hybrid (windows): src/BlazorUI/Demo/Shared/Dtos/ComponentPropertyDetailsDto.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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.9530" />. 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.9530" />. 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): 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 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 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.9530" />. 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.9530" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
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 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 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 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 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 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 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 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 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 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 electron (linux): src/BlazorUI/Demo/Shared/Dtos/ComponentMethodDetailsDto.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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 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 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 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 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 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 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.9530" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
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 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.9530" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
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 hybrid (android): src/BlazorUI/Demo/Shared/Dtos/ComponentMethodDetailsDto.cs#L5
Non-nullable property 'Name' 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 hybrid (android): src/BlazorUI/Demo/Shared/Dtos/ComponentMethodDetailsDto.cs#L6
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build blazor hybrid (android): src/BlazorUI/Demo/Shared/Dtos/ComponentMethodDetailsDto.cs#L7
Non-nullable property 'Output' 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 (android): src/BlazorUI/Demo/Shared/Dtos/ComponentMethodDetailsDto.cs#L8
Non-nullable property 'Summary' 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#L9
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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 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/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/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
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.
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 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#L678
Possible null reference argument for parameter 'source' in 'IOrderedEnumerable<TValue?> Enumerable.OrderBy<TValue?, TValue?>(IEnumerable<TValue?> source, Func<TValue?, TValue?> keySelector)'.
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.9530" />. 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.9530" />. 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/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/ComponentPropertyDetailsDto.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build blazor hybrid (maccatalyst): src/BlazorUI/Demo/Shared/Dtos/ComponentPropertyDetailsDto.cs#L6
Non-nullable property 'DefaultValue' 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.9530" />. 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.9530" />. 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 (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)
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.
build blazor hybrid (ios)
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.
build blazor hybrid (ios): 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 (ios): 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 (ios): 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 (ios): 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 (ios): 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 (ios): 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 (ios): 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 (ios): 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 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/

Artifacts

Produced during runtime
Name Size
android-bundle Expired
150 MB
api-web-bundle Expired
160 MB
linux-app-image Expired
362 MB
mac-pkg-bundle Expired
45.6 MB
win-exe-bundle Expired
159 MB