-
When updating to Nito.AsyncEx.Tasks 5.1.2 that dll has a reference to Nito.Disposables 2.2.1. If you upgrade to Nito.Disposable 2.5.0 this dll wont be copied into any project where Nito is implicit us…
-
Sometimes while using AsyncContext.Run I've got the following
> System.InvalidOperationException
> HResult=0x80131509
> Message=The collection has been marked as complete with regards to addi…
-
I'm getting some crazy UI thread deadlocks after using AsyncEx.Context. WinForms app.
Here's the UI thread, doing UI things:
Application.Run(form);
Here's the sync context on this thread:
System…
-
Please add @stephentoub's excellent [AsyncLock ](https://blogs.msdn.microsoft.com/pfxteam/2012/02/12/building-async-coordination-primitives-part-6-asynclock/) and async primitive friends into Core FX.…
MgSam updated
4 months ago
-
### Package URl
pkg:generic/Nito.AsyncEx.Tasks@5.1.2
### CPE
`cpe:2.3\:a:tasks:tasks:5.1.2:*:*:*:*:*:*:*`
### CVE
`CVE-2020-22475`
### ODC Integration
_No response_
### ODC Ver…
-
I have recently used the AsyncEx librairies in a [personal GitHub project](https://github.com/manandre/FollowingFileStream/tree/async-ex) and I identified an helper class which could be added to it.
…
-
### Steps to reproduce
Sorry, I haven't move deep into the framework. :-)
### The issue
when connect to Mycat, I got below info:
`MySqlException: Unknown command
MySqlConnector.Core.ServerSes…
-
When testing asynchronous code, particularly WPF, there may be a need for thread affinity i.e. for all steps in the scenario, sync or async, to run on the same synchronisation context. This is necessa…
-
I added this to #57 but thought that since it's closed, the repro for an bug there may not have been noticed.
Here's the last post from that thread... Basically it's an issue which v3 doesn't exhi…
-
Hi Stephen,
is there a chance you can put up a version of this package as release version?
We have been using Nito.AsyncEx version 4.0 for quite some time and recently updated to version 5.0. Howe…