Skip to content

Minor fix.

Minor fix. #4

Triggered via push May 29, 2023 05:46
Status Success
Total duration 1m 20s
Artifacts

gh-pages.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: src/Bookmarklet.Wasm/Models/AmazonAffiliate.cs#L5
Non-nullable property 'AmazonBasePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Bookmarklet.Wasm/Models/AmazonAffiliate.cs#L6
Non-nullable property 'AffiliateTag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Bookmarklet.Wasm/Pages/Index.razor#L33
Non-nullable field '_bookmarkletTemplate' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Bookmarklet.Wasm/Pages/Index.razor#L35
Non-nullable property 'AffiliateTag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Bookmarklet.Wasm/Pages/Index.razor#L36
Non-nullable property 'BookmarkletCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.