Add .NET 9 unit tests, building #798
publish-nuget.yml
on: pull_request
Matrix: Unit testing
Build and publish all packages to NuGet
0s
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)
|