Build Blazor #87
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.
|