Skip to content

Housekeeping

Housekeeping #13

Re-run triggered December 12, 2023 13:57
Status Failure
Total duration 39s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
build
Process completed with exit code 255.
build: build/Utils/ThunderstoreManifest.cs#L5
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: build/Utils/ThunderstoreManifest.cs#L6
Non-nullable property 'version_number' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: build/Utils/ThunderstoreManifest.cs#L7
Non-nullable property 'website_url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: build/Utils/ThunderstoreManifest.cs#L8
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: build/Utils/ThunderstoreManifest.cs#L9
Non-nullable property 'dependencies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: build/Build.cs#L29
Parameter 'ICakeContext context' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.