-
Hi,
I just updated my solution to the latest ABP framework, but I can't run my web application.
There is an error when I try to run application.
```
HTTP Error 404.15 - Not Found
The request filterin…
-
Nito is up to version 3.x - https://www.nuget.org/packages/Nito.AsyncEx/
Is it possible to get a new version of this SDK that uses the latest version? As it currently stands, if you update Nito throu…
-
As you said [here](http://blog.stephencleary.com/2012/11/portable-class-library-enlightenment.html) on 2014-05-07:
> I have been giving it a lot of thought, and I have decided that the [Bait-and-Swit…
-
Another async await issue incoming..
in the `TestKitBase`, we have this lines:
``` csharp
if(!(this is INoImplicitSender))
{
InternalCurrentActorCellKeeper.Current = (ActorCell)((ActorRefWit…
-
I'm looking to be able to use some of the great functionality that I just found in the Foundatio library.
However, we have an application that we currently support on .net 4.5.2. It seems that a few…
-
[Migrated from CodePlex](https://nitoasyncex.codeplex.com/workitem/12)
Steps:
1. Create new console app in 2013
2. `PM> Install-Package Nito.AsyncEx -Version 3.0.0`
3. Code:
```
class Program
{
st…
-
Please change CLSCompliant(false) to CLSCompliant(true). This would enable me to consume the library in CLS compliant libraries. Thank you!
ghost updated
8 years ago
-
Tho I know I can just download the binary from codeplex, but I think having a nuget package would help a lot.
Or is there an ActionDispatcherSynchronzationContext equivalent that I missed?
-
Hi,
I ma using "Nito.AsynEx" Nu get package how to access the priority async lock can you explain please it is very urgent
-
When adding to an AsyncProducerConsumerQueue a .NET 4.5 application is sometimes getting a
"Deque is empty" exception. Tracing through this happens inside AsyncLock when releasing the lock protecti…