Blazor UI Demo CD #76
blazorui.demo.cd.yml
on: workflow_dispatch
build blazor api + web assembly
42s
build blazor hybrid (windows)
30s
build blazor hybrid (android)
44s
build blazor hybrid (ios)
30s
build blazor hybrid (maccatalyst)
29s
build blazor electron (linux)
43s
deploy blazor api + web assembly
0s
Annotations
8 errors and 14 warnings
build blazor hybrid (maccatalyst)
The run was canceled by @ysmoradi.
|
build blazor hybrid (maccatalyst)
The operation was canceled.
|
build blazor hybrid (ios)
The run was canceled by @ysmoradi.
|
build blazor hybrid (ios)
The operation was canceled.
|
build blazor hybrid (windows)
The operation was canceled.
|
build blazor api + web assembly
The operation was canceled.
|
build blazor hybrid (android)
The operation was canceled.
|
build blazor electron (linux)
The operation was canceled.
|
build blazor hybrid (windows)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@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 api + web assembly
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@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 (android)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@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 (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.3" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
build blazor electron (linux)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@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 electron (linux):
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 electron (linux):
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 electron (linux):
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 electron (linux):
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 electron (linux):
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 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 electron (linux):
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 electron (linux):
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/ComponentMethodDetailsDto.cs#L8
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|