You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any ETA available for this issue? If its going to take too long then users can be advised accordingly to downgrade to Ubuntu 22.04 instead of waiting.
I can see that libmsquic version 2.4.0 is available now for Ubuntu 24.04 on Microsoft packages. But, it does not work with .NET applications.
Just tested this with Ubuntu Server 24.04 (fully updated) and I see following error with .NET app:
System.PlatformNotSupportedException: System.Net.Quic is not supported on this platform: Unable to load MsQuic library version '2'.
at System.Net.Quic.QuicConnection.ConnectAsync(QuicClientConnectionOptions options, CancellationToken cancellationToken)
The QuicConnection.IsSupported property also returns false.
Describe the bug
Install fresh Ubuntu 24 and add packages.microsoft.com as package source.
Affected OS
Additional OS information
Ubuntu 24
MsQuic version
v2.3
Steps taken to reproduce bug
run pack age manages and try to install libmsquic.
Expected behavior
install should succeed
Actual outcome
install fails
Additional details
No response
The text was updated successfully, but these errors were encountered: