-
I'm training in creation of a simple Unhandled exception. System.Net.Http.HttpRequestException: Requesting HTTP version 3.0 with version policy RequestVersionExact while unable to establish HTTP/3 connection.
at System.Net.Http.HttpConnectionPool.ThrowGetVersionException(HttpRequestMessage request, Int32 desiredVersion, Exception inner)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Deploy.Client.Program.GetAsync(HttpClient httpClient, Uri uri) in /home/gigas/downloads/dotnet_gh_deploy/Deploy.Client/Program.cs:line 104
at Deploy.Client.Program.Main() in /home/gigas/downloads/dotnet_gh_deploy/Deploy.Client/Program.cs:line 37
at Deploy.Client.Program.<Main>() |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
There is no direct support for NuGet packages. Primarily because there was concern about maintenance and security updated. And I don't think MsQuic produce NuGet with Linux (or macOS) native code. So the Nuget is primarily for people who want to get MsQuic workin older Windows where OpenSSL is the only one way (Win11+ use native schannel) |
Beta Was this translation helpful? Give feedback.
There is no direct support for NuGet packages. Primarily because there was concern about maintenance and security updated. And I don't think MsQuic produce NuGet with Linux (or macOS) native code. So the Nuget is primarily for people who want to get MsQuic workin older Windows where OpenSSL is the only one way (Win11+ use native schannel)