Skip to content

1.0.120.263

1.0.120.263 #14

Triggered via release April 30, 2024 09:26
@EpsiRhoEpsiRho
published 1.0.120.263
Status Failure
Total duration 48s
Artifacts

dotnet.yml

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

Annotations

1 error and 11 warnings
build (8.0.x)
Resource not accessible by integration - https://docs.github.com/rest
build (8.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (8.0.x): Code/MelonInstaller/Classes/ZipManager.cs#L39
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (8.0.x): Code/MelonInstaller/Classes/ZipManager.cs#L43
The variable 'e' is declared but never used
build (8.0.x): Code/MelonInstaller/Classes/ZipManager.cs#L14
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 (8.0.x): Code/MelonInstaller/Classes/ZipManager.cs#L52
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 (8.0.x): Code/MelonInstaller/Program.cs#L60
Converting null literal or possible null value to non-nullable type.
build (8.0.x): Code/MelonInstaller/Program.cs#L92
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (8.0.x): Code/MelonInstaller/Program.cs#L11
Non-nullable field 'LaunchArgs' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (8.0.x): Code/MelonInstaller/Program.cs#L16
Non-nullable property 'StringsManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): Code/MelonInstaller/Models/GitHubRelease.cs#L72
Non-nullable property 'login' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): Code/MelonInstaller/Models/GitHubRelease.cs#L74
Non-nullable property 'node_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.