Skip to content

ci: Test with new CI commands to install Octopus CLI #119

ci: Test with new CI commands to install Octopus CLI

ci: Test with new CI commands to install Octopus CLI #119

Triggered via push December 30, 2024 12:06
Status Failure
Total duration 50s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
generate
Process completed with exit code 127.
generate: CFLookup/Pages/Index.cshtml.cs#L40
Cannot convert null literal to non-nullable reference type.
generate: CFLookup/Program.cs#L173
Cannot convert null literal to non-nullable reference type.
generate: CFLookup/Program.cs#L174
Cannot convert null literal to non-nullable reference type.
generate: CFLookup/Program.cs#L175
Cannot convert null literal to non-nullable reference type.
generate: CFLookup/Program.cs#L17
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.
generate: CFLookup/Program.cs#L15
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/Jobs/SaveMinecraftModStats.cs#L82
Non-nullable property 'GameVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/Models/CurseForgeManifest.cs#L23
Non-nullable property 'Minecraft' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/Models/CurseForgeManifest.cs#L27
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/Models/CurseForgeManifest.cs#L28
Non-nullable property 'Modloaders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.