Add .NET 9 unit tests, building #797
Annotations
1 error and 6 warnings
Run NetSparkle.Tests in .NET 9
Process completed with exit code 1.
|
Run NetSparkle.Tests in .NET 9:
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)
|
Run NetSparkle.Tests in .NET 9:
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)
|
Run NetSparkle.Tests in .NET 9:
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)
|
Run NetSparkle.Tests in .NET 9:
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)
|
Run NetSparkle.Tests in .NET 9:
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)
|
Run NetSparkle.Tests in .NET 9:
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)
|
Loading