-
Does Serilog.Sinks.Elasticsearch supports ElasticSearch 6.1 yet? Any pre-release?
Ever since we upgraded the cluster to 6.1 we are seeing that the Serilog is not able to create indices on the clust…
-
In 2.3.17 and earlier, if I run a build of a specific project, I see this logged:
```
Fody: ProjectDirectory: 'C:\dev\solution\src\Project\'.
Fody: AssemblyPath: 'C:\dev\solution\src\Project\obj\Re…
-
#### Issue Summary
The 9.12.0 package uploaded to Nuget.org does not reflect the source changes for 9.12.0.
Looking at the dependencies for https://www.nuget.org/packages/Sendgrid/9.12.0
`System.…
-
Hi,
I'm trying to build the example app so I can get started with your library however I run into a problem, when I build the repository (after setting the global.json to sdk 3.1.100) (When buildin…
-
Figure this is going to be a while off, but there should probably be eventual .NETStandard support. That way I can stop copy-pasting your code into my projects :P. I don't know if all the security pri…
-
I have a 2seg lag after updating to V6 when 2 Joys are connected (vertical as one, AND horizontal as two controllers).
I had the V5 Nightly version downloaded on March 28th and it worked fine. With…
-
We are receiving the following errors when open this solution in VS 2017, although we could still build and deploy the sample app successfully, is this something to be fixed?
- Project Microsoft.To…
-
Hello,
The nuget package you are building and publishing on nuget.org contains a bunch of thirdparty dependencies inside of it. The right way is to create a nuget package with your assemblies in i…
-
Currently, the nuget is published with two targets: net452 and netstandard2.0. Since `RuntimeInformation` is not supported prior to .net 4.7.1, the DataTarget always assumes it's running on Windows wh…
-
Having done this recently for NBench: https://github.com/petabridge/NBench/pull/240/
I think that it'd be an end-user experience improvement to leverage .NET Core's built-in tooling for the MNTR. …