-
Notifications
You must be signed in to change notification settings - Fork 605
Deletion of unused UseBackgroundThreadsForIO #846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deletion of unused UseBackgroundThreadsForIO #846
Conversation
c3680f8
to
be24c05
Compare
@bording @lukebakken @stebet just to be sure: if we include this into |
@Pliner good catch, thanks. |
Yes, this is a breaking change. It should not be backported to 6.x |
It's a no-op but yes, breaking as removing it'll trigger a compilation error. I'd say for 6.x mark it with a [Deprecated] attribute. |
Actually this was not backported to |
… and removed (it was unused), see rabbitmq/rabbitmq-dotnet-client#846 for more details
* update all dependencies that don't require TFM update to latest versions * build fix: fix xUnit1030 in the whole solution: don't use .GetAwaiter in Test projects * build fix: stop using UseBackgroundThreadsForIO, which got deprecated and removed (it was unused), see rabbitmq/rabbitmq-dotnet-client#846 for more details * build fix: xUnit1031: Test methods should not use blocking task operations, as they can cause deadlocks. * update all dependencies that required TFM bump to .NET 8 * build fix: stop using .Add, use .Append instead * run approval tests for 8, not 7
Proposed Changes
Delettion of unused property
UseBackgroundThreadsForIO
.Types of Changes
Checklist
CONTRIBUTING.md
document