-
Any thoughts on supporting .Net Standard?
-
We're using `AsyncContext` to marshal between synchronous (legacy) code, and newer asynchronous code in lots of different places. Here's a rough example of the types of operations we're doing:
```
pu…
-
Package current doesn't work on IOS unified projects :(
MTOUCHTASK: error MT2002: Failed to resolve assembly: 'Nito.AsyncEx.Enlightenment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null'
Any …
-
(from email):
I've hit a small issue referencing it in a Xamarin.iOS class library project. By this I mean a platform-specific assembly (in VStudio 2013, New Project/iOS/Class Library). When I build…
-
Hi Stephen,
I am using NotifyTask to load data in a viewmodel constructor in a WPF project but it is taking a few seconds for the data to show on the screen. It is the same using AsyncEx and possi…
-
Generally, it is undesired behavior to cache a `Task` that was completed with an exception.
`AsyncLazy` needs an option to control this caching behavior, in a manner similar to how `LazyThreadSafetyM…
-
i was searching for a tutorial on how to make a discord bot and i found one using yours it doesnt say i have any errors but when i test it this happens
'NOOT_BOT_9000.vshost.exe' (CLR v4.0.30319: N…
-
Sir, I'm sorry I'm using a GitHub issue for something is not stricktly related to Github, anyway:
I was not able to locate any license disclaimer while I got the Package using NuGET while here on gith…
-
Feedback for 'Asynchronous Handlers' https://docs.particular.net/nservicebus/handlers/async-handlers
Location in GitHub: https://github.com/Particular/docs.particular.net/blob/master/nservicebus/ha…
-
The "3.0.1" packet on NuGet seems to contain the "3.0.1-pre" binaries instead. Also all dll file dates match the 3.0.1-pre release date. I cannot build my app because it fails to resolve the dependenc…