Skip to content

Add .NET 9 unit tests, building #798

Add .NET 9 unit tests, building

Add .NET 9 unit tests, building #798

Triggered via pull request October 10, 2024 10:13
Status Failure
Total duration 1m 48s
Artifacts

publish-nuget.yml

on: pull_request
Matrix: Unit testing
Build all packages as smoke test
0s
Build all packages as smoke test
Build and publish all packages to NuGet
0s
Build and publish all packages to NuGet
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 6 warnings
Unit testing (macos-latest)
Process completed with exit code 1.
Unit testing (windows-latest)
The job was canceled because "macos-latest" failed.
Unit testing (windows-latest)
The operation was canceled.
Unit testing (ubuntu-latest)
The job was canceled because "macos-latest" failed.
Unit testing (ubuntu-latest)
The operation was canceled.
Unit testing (macos-latest): src/NetSparkle/SparkleUpdater.cs#L161
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Unit testing (macos-latest): src/NetSparkle/SparkleUpdater.cs#L165
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Unit testing (macos-latest): src/NetSparkle/Downloaders/WebRequestAppCastDataDownloader.cs#L82
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Unit testing (macos-latest): src/NetSparkle/Downloaders/WebRequestAppCastDataDownloader.cs#L114
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Unit testing (macos-latest): src/NetSparkle/Downloaders/WebRequestAppCastDataDownloader.cs#L147
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Unit testing (macos-latest): src/NetSparkle/Utilities.cs#L151
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)