-
**Type**: Question
**NLog version**: 5.0.0-beta09
**Platform**: .NET Core/.Net Standard, Windows 8.1
**Problem:**
In Visual Studio 2017 Pro, version 15.3, create a new .net standard class l…
-
Hi,
From the [netcore 2.0 support OS doc](https://github.com/dotnet/core/blob/master/roadmap.md#net-core-20---supported-os-versions), looks like Redhat only support 7.3+, OSX only support 10.12+.
…
-
## Steps to reproduce the issue
1. I was using `microsoft/dotnet:1.1-sdk-msbuild` before upgrade
2. Now, I've upgraded VS to preview version and upgraded my project to `netcore2.0`.
3. Fixed a few …
-
Any plans on porting this to work with .Net Core?
-
Hi, it seems interesting that Swashbuckle supports .Net Standard 2.0.
I have new apis that use the new .Net Standard 2.0 but I can not use Swashbuckle.
Regards
-
### Steps to reproduce
Any attempt to query DbContext triggers my issue.
### The issue
The exception I am seeing:
```
Exception message: Exception thrown: 'System.IO.FileNotFoundExcep…
-
### Description
For now the README.md seems to point that Giraffe is design to build on top of the lastest released SDK, which for now is the SDK 1.0 and runtime 1.1. I tried, naively build the provi…
-
This is with 15.3p2 and the .NET Core 2 preview 1 tooling.
I have a solution where one project, that targets netstandard1.1 and net45 needs the binary output of a project that has a netcoreapp2.0 a…
-
Hi all,
I recently ran into an issue with long queries (requesting a lot of fields) where the URI that is being constructed gets too long and due to the "q=" parameter that has more than 64000 charac…
-
Regarding what's been done in PR #288 and issue #269 it should work for most of the configuration.
Unfortunately, there are some case where the proxy needs to be set explicitely.
I'd like to impleme…