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
[QUIC] Support for OpenSSL build of MsQuic on Windows (Attempt 2) (#72609)
* Initial OpenSSL MsQuic support
* Don't check Windows version when OpenSSL is used
* Update src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs
Co-authored-by: Marie Píchová <11718369+ManickaP@users.noreply.github.com>
* Gracefully close the API handle before unloading the library
* Minor formatting change
* Update src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs
Co-authored-by: Marie Píchová <11718369+ManickaP@users.noreply.github.com>
Co-authored-by: Marie Píchová <11718369+ManickaP@users.noreply.github.com>
NetEventSource.Info(null,$"Current Windows version ({Environment.OSVersion}) is not supported by QUIC. Minimal supported version is {MinWindowsVersion}");
NetEventSource.Info(null,$"Incompatible MsQuic library version '{version}', expecting '{MsQuicVersion}'");
103
-
}
104
-
}
115
+
NetEventSource.Info(null,$"Current Windows version ({Environment.OSVersion}) is not supported by QUIC. Minimal supported version is {MinWindowsVersion}");
0 commit comments