gzak
gzak
I have the same issue, but it took quite a while to find this workaround.
I've got this controller: ``` C# public class BlahController : ApiController { [HttpGet("/")] public string Hello() { return "hello world"; } } ``` I get nothing but a time out...
No dice. Let me post my code here, maybe you can try to it and see if it reproduces for you. Program.Main method: ``` C# using (WebApp.Start(url: "http://localhost:3141/")) { Console.WriteLine("Press...
Why should the default be `false`? That would make it more tedious to create parametrized fields, because you’d need to explicitly list them all out manually in the `generateFieldResolvers` config....
Also, out of curiosity - if `generateParameterizedFieldsResolvers` is `false` but you do have some parameterized fields in the schema, how are they supposed to be handled? Do you still get...