Platform Website CD #140
platform.website.cd.yml
on: workflow_dispatch
build api + blazor web
49s
deploy api + blazor
0s
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.
|