Skip to content

Update: DLL Injector lib with 32-bit on 64-bit OS fix #670

Update: DLL Injector lib with 32-bit on 64-bit OS fix

Update: DLL Injector lib with 32-bit on 64-bit OS fix #670

Triggered via push February 28, 2024 03:31
Status Failure
Total duration 8m 45s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 18 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: source/Reloaded.Mod.Loader/EntryPoint.cs#L153
The variable 'e' is declared but never used
build: source/Reloaded.Mod.Loader.Update/Providers/Web/WebDownloadablePackage.cs#L155
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: 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.
build: 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.
build
Found version-specific or distribution-specific runtime identifier(s): alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. 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.
build
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: source/Reloaded.Mod.Interfaces/Structs/ControlAttribute.cs#L70
Symbol 'Reloaded.Mod.Interfaces.Structs.SliderControlParamsAttribute.SliderControlParamsAttribute(double minimum, double maximum, double smallChange, double largeChange, int tickFrequency, bool isSnapToTickEnabled, Reloaded.Mod.Interfaces.Structs.SliderControlTickPlacement tickPlacement, bool showTextField, bool isTextFieldEditable, string textValidationRegex) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
build: source/Reloaded.Mod.Loader.Server/Init.cs#L5
The 'ModuleInitializer' attribute is only intended to be used in application code or advanced source generator scenarios (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2255)
build: source/Reloaded.Mod.Loader.Update/Providers/Web/WebDownloadablePackage.cs#L155
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: source/Reloaded.Mod.Launcher.Lib/Update.cs#L326
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: source/Reloaded.Mod.Launcher.Lib/Utility/ApplicationInjector.cs#L27
Missing XML comment for publicly visible type or member 'ApplicationInjector.~ApplicationInjector()'
build: source/Reloaded.Mod.Launcher/Controls/PropertyGridEx.cs#L689
Cannot convert null literal to non-nullable reference type.
build: source/Reloaded.Mod.Launcher/Controls/PropertyGridEx.cs#L691
Converting null literal or possible null value to non-nullable type.
build: source/Reloaded.Mod.Launcher/Controls/PropertyGridEx.cs#L753
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
build: source/Reloaded.Mod.Launcher/Controls/PropertyGridEx.cs#L627
Dereference of a possibly null reference.
build: source/Reloaded.Mod.Launcher/Controls/PropertyGridEx.cs#L587
Dereference of a possibly null reference.