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
// If any of the reflection bellow breaks due to changes in "System.Net.Quic.MsQuicApi", also check and fix HttpStress project as it uses the same hack.
31
-
Console.WriteLine($"MsQuic {(IsSupported?"supported":"not supported")} and using '{msQuicLibraryVersion}' {(IsSupported?"({tlsBackend})":"")}.");
31
+
Console.WriteLine($"MsQuic {(IsSupported?"supported":"not supported")} and using '{msQuicLibraryVersion}' {(IsSupported?$"({tlsBackend})":"")}.");
0 commit comments