Blazor UI Demo CD #51
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 55s
build blazor hybrid (windows)
9m 14s
build blazor hybrid (android)
23m 4s
build blazor hybrid (ios)
7m 31s
build blazor hybrid (maccatalyst)
13m 2s
build blazor electron (linux)
6m 21s
deploy blazor api + web assembly
3m 26s
Annotations
129 warnings
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):
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 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 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 api + web assembly:
src/BlazorUI/Bit.BlazorUI.SourceGenerators/AutoInject/AutoInjectSourceGenerator.cs#L17
Enable analyzer release tracking for the analyzer project containing rule 'BITGEN001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
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
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/Inputs/Dropdown/BitDropdown.razor.cs#L677
Possible null reference argument for parameter 'source' in 'IOrderedEnumerable<TValue?> Enumerable.OrderBy<TValue?, TValue?>(IEnumerable<TValue?> source, Func<TValue?, TValue?> keySelector)'.
|
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 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, 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 (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.1.9171" />. 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.1.9171" />. 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/
|
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.1.9171" />. 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.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
build blazor hybrid (ios)
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 (ios)
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 (ios)
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 (ios)
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 (ios):
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 (ios):
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 (ios):
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 (ios):
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 (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.1.9171" />. 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.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
build blazor hybrid (windows):
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 (windows):
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 (windows):
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 (windows):
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 (windows):
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 (windows):
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 (windows):
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 (windows):
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 (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.1.9171" />. 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.1.9171" />. 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)'.
|
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.1.9171" />. 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.1.9171" />. 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/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):
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 (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.1.9171" />. 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.1.9171" />. 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.1.9171" />. 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.1.9171" />. 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/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 (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)
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.1.9171" />. 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.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI.SourceGenerators/AutoInject/AutoInjectSourceGenerator.cs#L17
Enable analyzer release tracking for the analyzer project containing rule 'BITGEN001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
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/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 (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.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
android-bundle
Expired
|
150 MB |
|
api-web-bundle
Expired
|
158 MB |
|
ios-bundle
Expired
|
8.76 MB |
|
linux-app-image
Expired
|
361 MB |
|
mac-pkg-bundle
Expired
|
45.2 MB |
|
win-exe-bundle
Expired
|
159 MB |
|