Skip to content

Build Blazor

Build Blazor #87

Manually triggered October 31, 2024 16:09
Status Success
Total duration 1m 36s
Artifacts

main.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 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: LibDalamud/Game/Exceptions/SteamException.cs#L7
Cannot convert null literal to non-nullable reference type.
build: LibDalamud/Dalamud/DalamudRunnerException.cs#L7
Cannot convert null literal to non-nullable reference type.
build: LibDalamud/Dalamud/windalamud.cs#L516
Cannot convert null literal to non-nullable reference type.
build: LibDalamud/Dalamud/windalamud.cs#L516
Cannot convert null literal to non-nullable reference type.
build: LibDalamud/Dalamud/windalamud.cs#L516
Cannot convert null literal to non-nullable reference type.
build: LibDalamud/Dalamud/windalamud.cs#L535
Cannot convert null literal to non-nullable reference type.
build: LibDalamud/Dalamud/windalamud.cs#L540
Cannot convert null literal to non-nullable reference type.
build: LibDalamud/Util/HttpClientWithProgress.cs#L19
Non-nullable field 'httpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: LibDalamud/Util/HttpClientWithProgress.cs#L19
Non-nullable event 'ProgressChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.