Skip to content

dummy commit

dummy commit #620

Triggered via push October 31, 2023 03:26
Status Failure
Total duration 10m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

1 error and 17 warnings
build
Process completed with exit code 1.
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#L261
'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/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.
build: source/Reloaded.Mod.Launcher/Controls/PropertyGridEx.cs#L689
Cannot convert null literal to non-nullable reference type.