Build And Release JASM Self Contained #22
Annotations
22 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Found version-specific or distribution-specific runtime identifier(s): win10-arm64, win10-x64, win10-x86. Affected libraries: Microsoft.WindowsAppSDK. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
src/GIMI-ModManager.Core/Entities/CharacterModList.cs#L280
Dereference of a possibly null reference.
|
src/GIMI-ModManager.Core/Entities/CharacterModList.cs#L302
Dereference of a possibly null reference.
|
src/GIMI-ModManager.Core/Entities/CharacterModList.cs#L310
Dereference of a possibly null reference.
|
src/GIMI-ModManager.Core/Entities/CharacterModList.cs#L329
Dereference of a possibly null reference.
|
src/GIMI-ModManager.Core/Entities/CharacterModList.cs#L386
Possible null reference argument for parameter 'watcher' in 'DisableWatcher.DisableWatcher(FileSystemWatcher watcher)'.
|
src/GIMI-ModManager.Core/Helpers/Json.cs#L9
Possible null reference return.
|
src/GIMI-ModManager.Core/Services/CommandService/CommandService.cs#L11
Non-nullable event 'RunningCommandsChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
src/GIMI-ModManager.Core/Services/CommandService/Models/ProcessCommand.cs#L78
The variable 'e' is declared but never used
|
src/GIMI-ModManager.Core/Services/GameBanana/ModArchiveRepository.cs#L61
The variable 'e' is declared but never used
|
src/GIMI-ModManager.Core/Services/SkinManagerService.cs#L268
Unreachable code detected
|
src/GIMI-ModManager.Core/Entities/CharacterModList.cs#L280
Dereference of a possibly null reference.
|
src/GIMI-ModManager.Core/Entities/CharacterModList.cs#L302
Dereference of a possibly null reference.
|
src/GIMI-ModManager.Core/Entities/CharacterModList.cs#L310
Dereference of a possibly null reference.
|
src/GIMI-ModManager.Core/Entities/CharacterModList.cs#L329
Dereference of a possibly null reference.
|
src/GIMI-ModManager.Core/Entities/CharacterModList.cs#L386
Possible null reference argument for parameter 'watcher' in 'DisableWatcher.DisableWatcher(FileSystemWatcher watcher)'.
|
src/GIMI-ModManager.Core/Helpers/Json.cs#L9
Possible null reference return.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "JASM Self Contained".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
src/GIMI-ModManager.Core/Services/CommandService/Models/ProcessCommand.cs#L78
The variable 'e' is declared but never used
|
src/GIMI-ModManager.Core/Services/CommandService/CommandService.cs#L11
Non-nullable event 'RunningCommandsChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
src/GIMI-ModManager.Core/Services/GameBanana/ModArchiveRepository.cs#L61
The variable 'e' is declared but never used
|
This job succeeded
Loading