Shane Krueger

Results 854 comments of Shane Krueger

I don't have an answer here. I run into similar issues using the ID graph type. Usually I create an extension method within my application to facilitate the goal. So...

We could make this change for v8, so that by default all members directly referenced are analyzed for NRT. But analyzing NRT isn't possible for computed fields or anything that's...

Well, I think I'd need to see a PR / POC before I would commit to approving such a PR. It sounds good in theory, I agree... If you want...

> Maybe the "local" switch can be added to allow granular migration type-by-type. Currently this probably wouldn't be so easy to implement. I don't think this feature is specifically needed.

Another idea: implement this feature for v8, with a global switch, but leave the global switch in 'legacy mode' for now. And switch it for v9. I don't know that...

Example stepping through logic for `AreTypesCompatible` with new steps when comparing list-type locations with non-list type variables: | Step | Scenario 1 | Scenario 2 | Scenario 3 | Scenario...

Note that no rules have changed for how default values for variables work. Since all existing nullability checks apply to the outermost layer, all are still valid with these new...

GraphQL.NET's implementation of this is here, locked behind an experimental option flag: - https://github.com/graphql-dotnet/graphql-dotnet/pull/3662

As far as I know, @codebude does not intend to make changes to have the `QRCode` class support .NET 8 without specifically targeting `net8-windows`. (Other renderers can be used, but...