-
https://twitter.com/casperOne/status/545619451950161921
-
This only works on .net 4.5.2 at this point.
The simple solution is to move to .net 4.6 and core 1.1. Note that this will require adopting a versions of AsyncEx.* projects.
-
I noticed while using the AsyncReaderWriterLock that if I disposed of a lock twice I got undesirable behavior. Namely that if task1 was waiting on the lock and acquired it after the first call to dis…
-
Hi,
First off, thank you for this fantastic tool! I have a lot to learn in order to use it properly. I apologize if I should not be asking this question here, and I wouldn't be asking if I had not sp…
-
The problem is described in this StackOverflow question: http://stackoverflow.com/questions/28703336/nuget-pcl-library-conflict
To fix this issue, you would need to depend on the Microsoft.Bcl.Async …
-
Hi,
maybe it's a fault of mine, but I did the following:
1) Created a multi-page project using the templates
2) Set the target framework (via Project settings) for all projects to 4.6.1 and ena…
-
## Background
In my opinion one of the more interesting ideas in the Polyphonic C# and Cω languages out of Microsoft Research was "asynchronous method chords". Combined with asynchronous methods thi…
-
This is my app's project.json:
```
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"v…
-
I'm using the `Nito.AsyncEx` library (https://github.com/StephenCleary/AsyncEx) to provide an Async Context for my workers (.netcore console app).
See this thread for more info on why this is necess…
-
Hi,
We have been using Abp for a while with the default 1.0 version (Aspnetzero version). Suddenly after a package update, we have an weird error about 'An item with the same key has already been add…