Skip to content

Update to .NET 8 RC 1 #617

Update to .NET 8 RC 1

Update to .NET 8 RC 1 #617

Triggered via push September 12, 2023 21:36
Status Failure
Total duration 8m 43s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 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
.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.