-
I've been getting the following issue and trying to track it down. I'm not sure 100% what's causing it but I think that maybethe client doesn't handle when the statsd server goes down?
```
System.Net…
-
_From @niemyjski on February 2, 2017 21:35_
Would be great if I could specify a path as well... Or maybe if a path is specified packages are just built....
_Copied from original issue: dotnet/roslyn…
-
Using 5.0.0-beta client, I found out this issue trying to track down an issue with https://github.com/elastic/elasticsearch/issues/20702
Anyways to reproduce you need to create a bulk index request w…
-
[ Moved from dotnet/cli#4992 ]
## Steps to reproduce
[test_app.zip](https://github.com/dotnet/sdk/files/642914/test_app.zip)
in test_app\App:
- ```dotnet restore```
- ```dotnet build -r win10-x…
-
**NEST/Elasticsearch.Net version**: 5.0.0-beta1
**Elasticsearch version**: 5.0.0-beta1
The Elasticsearch.Net low level client does not work when pretty=true is enabled on my clients connection setti…
-
I'm getting the following error. Any ideas what is wrong?
```
Unhandled Exception: System.InvalidOperationException: StatSummary: Sequence contains no elements
at BenchmarkDotNet.Mathematics.Stati…
-
Hi all!,
I'm trying to install package on project with .NET 4.5.2. and when
``` powershell
Install-Package Foundatio -Version 4.2.1183
```
I've this error
``` powershell
Executing nuget actions too…
-
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…
-
## Steps to reproduce
When I create a test solution with a ClassLibrary project in the src folder, and a Test project in the test folder with the following project.json files, all tests/testrunners w…
-
I use log4net in my project, so I wonder if Foundatio.Loggging will have a log4net appder?