Skip to content

Update install command because dotnet new -i is deprecated #39

Update install command because dotnet new -i is deprecated

Update install command because dotnet new -i is deprecated #39

Triggered via push May 15, 2026 17:00
Status Failure
Total duration 6m 12s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build
Process completed with exit code 1.
build
Assets file 'D:\a\Reloaded-II\Reloaded-II\source\Reloaded.Mod.Installer\obj\project.assets.json' doesn't have a target for 'net472'. Ensure that restore has run and that you have included 'net472' in the TargetFrameworks for your project.
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ilammy/msvc-dev-cmd@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: source/Reloaded.Mod.Loader.IO/ConfigReader.cs#L23
XML comment has cref attribute 'fileName' that could not be resolved
build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: source/Reloaded.Mod.Loader/EntryPoint.cs#L161
The variable 'e' is declared but never used
build: source/Reloaded.Mod.Loader/EntryPoint.cs#L161
The variable 'e' is declared but never used
build: source/Reloaded.Mod.Loader.IO/Utility/IOEx.cs#L175
XML comment has cref attribute 'fileName' that could not be resolved
build: source/Reloaded.Mod.Loader.IO/ConfigReader.cs#L23
XML comment has cref attribute 'fileName' that could not be resolved
build: source/Reloaded.Mod.Interfaces/PublicAPI.Shipped.txt#L258
Symbol 'Reloaded.Mod.Interfaces.Structs.SliderControlParamsAttribute.SliderControlParamsAttribute(double minimum = 0, double maximum = 1, double smallChange = 0.1, double largeChange = 1, int tickFrequency = 10, bool isSnapToTickEnabled = false, Reloaded.Mod.Interfaces.Structs.SliderControlTickPlacement tickPlacement = Reloaded.Mod.Interfaces.Structs.SliderControlTickPlacement.None, bool showTextField = false, bool isTextFieldEditable = true, string textValidationRegex = ".*", string textFieldFormat = "") -> void' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)