Git Product home page Git Product logo

Comments (13)

SimonCropp avatar SimonCropp commented on May 14, 2024

do you have break on all exceptions turned on?

from graphql.entityframework.

flieks avatar flieks commented on May 14, 2024

No i don't have that on

from graphql.entityframework.

SimonCropp avatar SimonCropp commented on May 14, 2024

in that case i dont know. it works on two diff machines i have tested on.

from graphql.entityframework.

SimonCropp avatar SimonCropp commented on May 14, 2024

try using IIS or express to host the sample

from graphql.entityframework.

flieks avatar flieks commented on May 14, 2024

thanks, i'm on Debug, AnyCPU. Changed to IISExpress but still same error.

It was complaining before the Test project has .net 4.7.1 which is not installed but i don't want to run that.

I also removed some git stuff which was in the csproj files. It said i had to set some git data

from graphql.entityframework.

SimonCropp avatar SimonCropp commented on May 14, 2024

does the sample run if remove the graph ql bits?

from graphql.entityframework.

SimonCropp avatar SimonCropp commented on May 14, 2024

u can also try changing the sample from netcore to full desktop runtime

from graphql.entityframework.

flieks avatar flieks commented on May 14, 2024

after removing GraphQL.EntityFramework and then GraphQL it's still the same error.
it happens after builder.UseMvc(); in Startup.Configure() is executed and function returns void.

try with new clone.

I can only set the target framework to core versions (in project props). But i guess if we change it the ef core won't work anymore.

from graphql.entityframework.

SimonCropp avatar SimonCropp commented on May 14, 2024

after removing GraphQL.EntityFramework and then GraphQL it's still the same error.

then it looks like it not a problem related to this project. have u got the latest netcore sdk installed?

I can only set the target framework to core versions (in project props). But i guess if we change it the ef core won't work anymore.

edit this

<TargetFramework>netcoreapp2.1</TargetFramework>

to this

<TargetFramework>net461</TargetFramework>

from graphql.entityframework.

SimonCropp avatar SimonCropp commented on May 14, 2024

given this

after removing GraphQL.EntityFramework and then GraphQL it's still the same error.

I will close this since it is not a problem specific to this repo

from graphql.entityframework.

flieks avatar flieks commented on May 14, 2024

it works with the full version of .NET but indeed not with net core 2.1

from graphql.entityframework.

flieks avatar flieks commented on May 14, 2024

Sorry for all trouble. I was using net core 2.1 preview version.
I can confirm it works now with core 2.1 latest version

from graphql.entityframework.

SimonCropp avatar SimonCropp commented on May 14, 2024

@flieks good to hear

from graphql.entityframework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.