Skip to content

Blazor UI Demo CD

Blazor UI Demo CD #76

Status Cancelled
Total duration 54s
Artifacts

blazorui.demo.cd.yml

on: workflow_dispatch
build blazor api + web assembly
42s
build blazor api + web assembly
build blazor hybrid (windows)
30s
build blazor hybrid (windows)
build blazor hybrid (android)
44s
build blazor hybrid (android)
build blazor hybrid (ios)
30s
build blazor hybrid (ios)
build blazor hybrid (maccatalyst)
29s
build blazor hybrid (maccatalyst)
build blazor electron (linux)
43s
build blazor electron (linux)
deploy blazor api + web assembly
0s
deploy blazor api + web assembly
Fit to window
Zoom out
Zoom in

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/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.