Fixed: Launcher freezing on startup when fetching mod update metadata#919
Open
drewmcelhany wants to merge 1 commit into
Open
Fixed: Launcher freezing on startup when fetching mod update metadata#919drewmcelhany wants to merge 1 commit into
drewmcelhany wants to merge 1 commit into
Annotations
1 error and 21 warnings
|
Publish
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.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@v5, ilammy/msvc-dev-cmd@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test:
source/Reloaded.Mod.Loader.Tests/Update/Providers/AggregatePackageProviderTests.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Test:
source/Reloaded.Mod.Loader.Tests/Update/Providers/AggregatePackageProviderTests.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Test:
source/Reloaded.Mod.Loader.Update/Providers/AggregateDependencyResolver.cs#L44
Possible null reference argument for parameter 'version2' in 'bool SemanticVersion.operator >(SemanticVersion version1, SemanticVersion version2)'.
|
|
Test:
source/Reloaded.Mod.Loader.Update/Providers/AggregateDependencyResolver.cs#L44
Possible null reference argument for parameter 'version1' in 'bool SemanticVersion.operator >(SemanticVersion version1, SemanticVersion version2)'.
|
|
Test:
source/Reloaded.Mod.Loader.Update/Providers/Web/WebDownloadablePackage.cs#L165
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Test:
source/Reloaded.Mod.Loader.Update/Interfaces/IDependencyResolver.cs#L56
Possible null reference argument for parameter 'version2' in 'bool SemanticVersion.operator <(SemanticVersion version1, SemanticVersion version2)'.
|
|
Test:
source/Reloaded.Mod.Loader.Update/Interfaces/IDependencyResolver.cs#L56
Possible null reference argument for parameter 'version1' in 'bool SemanticVersion.operator <(SemanticVersion version1, SemanticVersion version2)'.
|
|
Test:
source/Reloaded.Mod.Loader/EntryPoint.cs#L161
The variable 'e' is declared but never used
|
|
Test:
source/Reloaded.Mod.Loader.IO/Utility/IOEx.cs#L182
XML comment has cref attribute 'fileName' that could not be resolved
|
|
Test:
source/Reloaded.Mod.Loader.IO/ConfigReader.cs#L23
XML comment has cref attribute 'fileName' that could not be resolved
|
|
Publish:
source/Reloaded.Mod.Launcher.Lib/Commands/Mod/DeleteModCommand.cs#L23
Dereference of a possibly null reference.
|
|
Publish:
source/Reloaded.Mod.Launcher.Lib/Utility/Version.cs#L37
Possible null reference argument for parameter 'version' in 'NuGetVersion.NuGetVersion(Version version, string? releaseLabel = null, string? metadata = null)'.
|
|
Publish:
source/Reloaded.Mod.Loader.Update/Providers/AggregateDependencyResolver.cs#L44
Possible null reference argument for parameter 'version2' in 'bool SemanticVersion.operator >(SemanticVersion version1, SemanticVersion version2)'.
|
|
Publish:
source/Reloaded.Mod.Loader.Update/Providers/AggregateDependencyResolver.cs#L44
Possible null reference argument for parameter 'version1' in 'bool SemanticVersion.operator >(SemanticVersion version1, SemanticVersion version2)'.
|
|
Publish:
source/Reloaded.Mod.Loader.Update/Interfaces/IDependencyResolver.cs#L56
Possible null reference argument for parameter 'version2' in 'bool SemanticVersion.operator <(SemanticVersion version1, SemanticVersion version2)'.
|
|
Publish:
source/Reloaded.Mod.Loader.Update/Interfaces/IDependencyResolver.cs#L56
Possible null reference argument for parameter 'version1' in 'bool SemanticVersion.operator <(SemanticVersion version1, SemanticVersion version2)'.
|
|
Publish:
source/Reloaded.Mod.Loader.Update/Providers/Web/WebDownloadablePackage.cs#L165
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Publish:
source/Reloaded.Mod.Loader.IO/Utility/IOEx.cs#L182
XML comment has cref attribute 'fileName' that could not be resolved
|
|
Publish:
source/Reloaded.Mod.Loader.IO/ConfigReader.cs#L23
XML comment has cref attribute 'fileName' that could not be resolved
|
|
Publish:
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)
|
background
wait
wait-all
cancel
parallel
Loading