Skip to content

Platform Website CD #140

Platform Website CD

Platform Website CD #140

Manually triggered January 24, 2024 22:25
Status Failure
Total duration 56s
Artifacts

platform.website.cd.yml

on: workflow_dispatch
build api + blazor web
49s
build api + blazor web
deploy api + blazor
0s
deploy api + blazor
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
build api + blazor web
The type or namespace name 'Element' could not be found (are you missing a using directive or an assembly reference?)
build api + blazor web: src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/HomePage.razor.cs#L9
The type or namespace name 'Element' could not be found (are you missing a using directive or an assembly reference?)
build api + blazor web
The type or namespace name 'Element' does not exist in the namespace 'Bit.Butil' (are you missing an assembly reference?)
build api + blazor web
Process completed with exit code 1.
build api + blazor web: src/Websites/Platform/src/Bit.Websites.Platform.Shared/Dtos/SupportPackage/SupportPackageDto.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build api + blazor web: src/Websites/Platform/src/Bit.Websites.Platform.Shared/Dtos/SupportPackage/SupportPackageDto.cs#L7
Non-nullable property 'Period' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build api + blazor web: src/Websites/Platform/src/Bit.Websites.Platform.Shared/Dtos/SupportPackage/SupportPackageDto.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.