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
Looks like that internal thread pool for SocketManager was disabled in 239e345, but there is no assembly for .NET 6 target in NuGet package.
Is it my mistake and this change is already in the release?
Is this an experimental change that is not intentionally shipped or is it just a NuGet packaging bug?
Would Environment.Version check at runtime be better than conditional compilation for this case? At the time this change goes into production, of course.
The text was updated successfully, but these errors were encountered:
The net6.0 target was indeed intentionally removed, but left in code to help the .NET team repro our results and make suggestions - see #1992 for context :)
Looks like that internal thread pool for SocketManager was disabled in 239e345, but there is no assembly for .NET 6 target in NuGet package.
Environment.Version
check at runtime be better than conditional compilation for this case? At the time this change goes into production, of course.The text was updated successfully, but these errors were encountered: