-
Hi,
The following common error is raised when trying to build a class library that already has a reference to Box.V2 and during programming all works fine, until a build is performed.
The type or na…
-
@jkoritzinsky Would you be opposed to updating the managed version of NetworkTables to require .NET 4.6? Apparently there are some edge cases where the Async locking code can cause a StackOverflow or …
-
I'm using ABP 0.13 at the moment and i'm trying to run a bunch or data seeds during in my TestBase module.
```
public TestProjectTestBase()
{
UsingDbContext(context => Data.Initia…
-
### Description
Nancy stop respond with proper content when serving content from Stream using FromStream.
### Steps to Reproduce
```
private object GetImage(string name)
{
using (System.Resources.Re…
-
I copy pasted the AsyncLock example and I'm getting an error message.
> Cannot await 'Nito.AsyncEx.AwaitableDisposable'
The code is:
```
private readonly AsyncLock _mutex = new AsyncLock();
public …
-
```csharp
public interface IMediator
{
Task SendAsync(IRequest request, CancellationToken cancellationToken = default(CancellationToken));
Task SendAsync(IRequest request, CancellationTo…
-
**NEST/Elasticsearch.Net version**: 2.3.3
**Description of the problem including expected versus actual behavior**:
We are using NEST which is hosted in a continuously running Azure WebJob(or si…
ghost updated
7 years ago
-
Hi Stephen,
It seems the assemblies in the 3.0 NuGet package are missing a strong name.Thus they cannot be referenced from strong-named assemblies.
Cheers,
Markus
mirle updated
8 years ago
-
`Nito.AsyncEx.AsyncCollection` has low performance, according to benchmarks from [another AsyncCollections project](https://github.com/HellBrick/AsyncCollections), and that project contains very fast …
-
In VS2017, the options for targets are: .NETStandard1.0, 1.1...1.7. What is .NETStandard1.7? I am unable to find it[ in the official document.](https://docs.microsoft.com/en-us/dotnet/articles/stan…