DO NOT PULL, USING THE AUTO BUILD TO TEST IF IT WORKS AS ITS FASTER BUILD TIME THAN MY MACHINE #495
Annotations
1 error and 20 warnings
Build, publish and zip the app
Process completed with exit code 1.
|
Build, publish and zip the app:
src/JASM.AutoUpdater/MainPageVM.cs#L105
The variable 'e' is declared but never used
|
Build, publish and zip the app:
src/JASM.AutoUpdater/MainPageVM.cs#L109
The variable 'e' is declared but never used
|
Build, publish and zip the app:
src/JASM.AutoUpdater/App.xaml.cs#L102
The variable 'exception' is declared but never used
|
Build, publish and zip the app:
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, publish and zip the app:
src/JASM.AutoUpdater/MainPageVM.cs#L429
Field 'MainPageVM.ApiGitHubRelease.tag_name' is never assigned to, and will always have its default value null
|
Build, publish and zip the app:
src/JASM.AutoUpdater/MainPageVM.cs#L430
Field 'MainPageVM.ApiGitHubRelease.prerelease' is never assigned to, and will always have its default value false
|
Build, publish and zip the app:
src/JASM.AutoUpdater/MainPageVM.cs#L528
Field 'ApiAssets.browser_download_url' is never assigned to, and will always have its default value null
|
Build, publish and zip the app:
src/JASM.AutoUpdater/MainPageVM.cs#L433
Field 'MainPageVM.ApiGitHubRelease.assets' is never assigned to, and will always have its default value null
|
Build, publish and zip the app:
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, publish and zip the app:
src/JASM.AutoUpdater/MainPageVM.cs#L426
Field 'MainPageVM.ApiGitHubRelease.html_url' is never assigned to, and will always have its default value null
|
Test:
src/JASM.Core/Entities/Mods/SkinMod/SkinMod.cs#L84
'SkinMod.Refresh()' hides inherited member 'Mod.Refresh()'. Use the new keyword if hiding was intended.
|
Test:
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.
|
Test:
src/JASM.Core/Services/GameBanana/ModArchiveRepository.cs#L61
The variable 'e' is declared but never used
|
Test:
src/JASM.Core/Services/CommandService/Models/ProcessCommand.cs#L78
The variable 'e' is declared but never used
|
Test:
src/JASM.Core/Services/SkinManagerService.cs#L269
Unreachable code detected
|
Test:
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.
|
Test:
src/JASM.Core/Services/GameBanana/ApiGameBananaClient.cs#L174
The variable 'e' is declared but never used
|
Test:
src/JASM.Core/Entities/CharacterModList.cs#L280
Dereference of a possibly null reference.
|
Test:
src/JASM.Core/Entities/CharacterModList.cs#L302
Dereference of a possibly null reference.
|
Test:
src/JASM.Core/Entities/CharacterModList.cs#L310
Dereference of a possibly null reference.
|
Loading