-
Are you working on a .NET Standard based version of the library? It looks like the Microsoft.AspNet.WebApi.Client dependency is an issue with .NET Core?
-
https://github.com/fsharp/fslang-design/blob/master/tooling/FST-1002-fsharp-in-dotnet-sdk.md
The basic template for a console app looks like:
````
Exe
netcoreapp2.0
…
-
@eerhardt
This issue is related to [https://github.com/dotnet/sdk/issues/120](url).
This happened in VS 2017 15.3 Preview 4.0.
.net Core SDK version is 2.0.0-preview2-006497.
Here is the proje…
-
It seems that `.NET Core` is unsupported.
However, it allowed to install the NuGet package (not specified framework versions in the `.nuspec` files?) for a `netcoreapp1.1` project, but any reference…
-
I am using the latest version of .netcore2.0 preview. The requests are working fine from postman. However when I try to automate the tests using the in-memory TestServer, I get the following exception…
-
I am not sure if this is due to Core 2.0 but I can run it fine on non core.
The code I am using is below.
> Options
```json
"RabbitMQ": {
"Host": "rabbitmq://192.168.160.131/",
"Us…
-
Support for .NET Core 2.0 Razor Pages (replacement for MVC)
-
Hello,
Thanks for this library it saved me a lot of time!
When connecting to a samba share I get this error as soon as I call ListFiles (or any other method). This only happens with dotnetcore 2.0…
MCord updated
7 years ago
-
I was wondering if you would consider using a logging abstraction to allow better integration with applications
https://github.com/damianh/LibLog/wiki/Using
https://www.nuget.org/packages/Microsof…
-
**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…