Upgrade to support .NET 9 #609
Annotations
5 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Run tests:
src/RestSharp/obj/Debug/net9.0/generated/SourceGenerator/SourceGenerator.ImmutableGenerator/ReadOnlyRestClientOptions.cs#L33
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
|
Run tests:
src/RestSharp/Authenticators/OAuth/OAuthTools.cs#L87
Ambiguous reference in cref attribute: 'Uri.EscapeDataString'. Assuming 'Uri.EscapeDataString(string)', but could have also matched other overloads including 'Uri.EscapeDataString(ReadOnlySpan<char>)'.
|
Run tests:
test/RestSharp.Tests.Integrated/DownloadFileTests.cs#L35
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Loading