-
Some of the libraries or frameworks that depends on that library cannot be upgraded to .NET Core because `FSharp.Quotations.Evaluator` doesn't support it. I would like to discuss if adding .NET Core s…
-
## Steps to reproduce
I'm trying to add EF tooling to run migrations, So I bascially add the following section to my project.json
"tools": {
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-previ…
-
From the directory `C:\Visual Studio 2017\Projects\Cake.DotNetCoreEf`:
```
PS C:\Visual Studio 2017\Projects\Cake.DotNetCoreEf>.\build.ps1
[...]
========================================
Bu…
-
I have a project I just converted from `project.json` to `csproj`. I read the latest issues and tried to set up the environment with a `global.json` containing:
```json
"sdk": {
"version": "1…
-
This is what I did:
1. Clone the repository:
```
git clone git@github.com:graphql-dotnet/graphql-dotnet.git
```
2. From the `graphql-dotnet` root directory execute:
```
npm ins…
-
## Steps to reproduce
Set global nuget.config to this: https://gist.github.com/mellinoe/7580563f9850466ac44352d2b1972c7c
On Windows 2016 Nano, create a new "lib" project, restore it, and build it:
[…