Skip to content

Merge branch 'experiment/self-bootstrap-wasdk' #13

Merge branch 'experiment/self-bootstrap-wasdk'

Merge branch 'experiment/self-bootstrap-wasdk' #13

Triggered via push November 9, 2024 02:05
Status Failure
Total duration 3m 18s
Artifacts

release.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
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: Source/Hurl.Library/Models/TemporaryDefaultBrowser.cs#L5
Non-nullable property 'TargetBrowser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Hurl.Library/Models/Settings.cs#L25
Possible null reference return.
build: Source/Hurl.Library/Models/Ruleset.cs#L12
Non-nullable property 'RulesetName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Hurl.Library/Models/Ruleset.cs#L14
Non-nullable property 'BrowserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Hurl.Library/Models/TemporaryDefaultBrowser.cs#L5
Non-nullable property 'TargetBrowser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Hurl.Library/Models/Ruleset.cs#L12
Non-nullable property 'RulesetName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Hurl.Library/Models/Ruleset.cs#L14
Non-nullable property 'BrowserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Hurl.Library/Models/Browser.cs#L51
Possible null reference argument for parameter 'icon' in 'ImageSource? IconUtilites.ToImageSource(Icon icon)'.
build: Source/Hurl.Library/Models/Settings.cs#L25
Possible null reference return.