Skip to content

DO NOT PULL, USING THE AUTO BUILD TO TEST IF IT WORKS AS ITS FASTER BUILD TIME THAN MY MACHINE #495

DO NOT PULL, USING THE AUTO BUILD TO TEST IF IT WORKS AS ITS FASTER BUILD TIME THAN MY MACHINE

DO NOT PULL, USING THE AUTO BUILD TO TEST IF IT WORKS AS ITS FASTER BUILD TIME THAN MY MACHINE #495

Triggered via pull request November 20, 2024 04:16
Status Failure
Total duration 3m 20s
Artifacts

dotnet-desktop.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
build (Release, x64)
Process completed with exit code 1.
build (Release, x64): src/JASM.AutoUpdater/MainPageVM.cs#L105
The variable 'e' is declared but never used
build (Release, x64): src/JASM.AutoUpdater/MainPageVM.cs#L109
The variable 'e' is declared but never used
build (Release, x64): src/JASM.AutoUpdater/App.xaml.cs#L102
The variable 'exception' is declared but never used
build (Release, x64): src/JASM.AutoUpdater/MainPageVM.cs#L438
Non-nullable field 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Release, x64): src/JASM.AutoUpdater/MainPageVM.cs#L429
Field 'MainPageVM.ApiGitHubRelease.tag_name' is never assigned to, and will always have its default value null
build (Release, x64): src/JASM.AutoUpdater/MainPageVM.cs#L430
Field 'MainPageVM.ApiGitHubRelease.prerelease' is never assigned to, and will always have its default value false
build (Release, x64): src/JASM.AutoUpdater/MainPageVM.cs#L528
Field 'ApiAssets.browser_download_url' is never assigned to, and will always have its default value null
build (Release, x64): src/JASM.AutoUpdater/MainPageVM.cs#L433
Field 'MainPageVM.ApiGitHubRelease.assets' is never assigned to, and will always have its default value null
build (Release, x64): src/JASM.AutoUpdater/MainPageVM.cs#L428
Field 'MainPageVM.ApiGitHubRelease.browser_download_url' is never assigned to, and will always have its default value null
build (Release, x64): src/JASM.AutoUpdater/MainPageVM.cs#L426
Field 'MainPageVM.ApiGitHubRelease.html_url' is never assigned to, and will always have its default value null
build (Release, x64): src/JASM.Core/Entities/Mods/SkinMod/SkinMod.cs#L84
'SkinMod.Refresh()' hides inherited member 'Mod.Refresh()'. Use the new keyword if hiding was intended.
build (Release, x64): src/JASM.Core/Services/CommandService/CommandService.cs#L28
Non-nullable event 'RunningCommandsChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build (Release, x64): src/JASM.Core/Services/GameBanana/ModArchiveRepository.cs#L61
The variable 'e' is declared but never used
build (Release, x64): src/JASM.Core/Services/CommandService/Models/ProcessCommand.cs#L78
The variable 'e' is declared but never used
build (Release, x64): src/JASM.Core/Services/GameBanana/ModArchiveRepository.cs#L163
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Release, x64): src/JASM.Core/Services/GameBanana/ApiGameBananaClient.cs#L174
The variable 'e' is declared but never used
build (Release, x64): src/JASM.Core/Entities/CharacterModList.cs#L280
Dereference of a possibly null reference.
build (Release, x64): src/JASM.Core/Entities/CharacterModList.cs#L302
Dereference of a possibly null reference.
build (Release, x64): src/JASM.Core/Entities/CharacterModList.cs#L310
Dereference of a possibly null reference.