Shane Krueger

Results 854 comments of Shane Krueger

All issues fixed in #3004

Well, I guess I'm just not a fan of it. `?? throw new ArgumentNullException(nameof(arg))` seems really simple. Breakpoints are going to occur within the ThrowIfNull method, messing up the call...

We now have controller support documented within the server repo. See: - https://github.com/graphql-dotnet/server#configuration-with-a-mvc-controller The server repo also includes a sample implementation, both (a) with custom code for execution, and (b)...

While the situation I describe in the original issue can occur, it should be extremely unlikely. Initializing the schema should produce an exception that is not dependent on the original...

@sungam3r The above PRs were merged -- is this complete?