Chad Kimes
Chad Kimes
@LKaemmerling I tried to look at those checks, but they seemed to pass. Was there a specific check suite you had in mind? I see this one which had a...
> Do multiple Github Actions runners sometimes share the same NAT gateway? Meaning that a "noisy neighbor" could use up all the SNAT ports? They currently do not, though we...
I believe the repo you're looking for is https://github.com/graphql-dotnet/graphql-dotnet
Hey Mark, I'm on vacation until tomorrow, but I'll take a look at this when I'm back. We use some features that require 4.5, but to my knowledge none of...
@StefH that's a good point about the F# projects. We'll have to wait until F# 4.1 releases so that F# projects can target the .NET standard (https://blogs.msdn.microsoft.com/dotnet/2016/07/25/a-peek-into-f-4-1/). @markhepburn I'll talk...
I haven't played around a whole lot with Core or Standard, but it was my understanding that F# tooling for those targets was still in preview. I definitely want to...
Reporting back: Had a discussion with @cartermp about the best way forward for platform compatibility with F#, and it seems like the simplest thing to do is to wait until...
After reviewing the options, I've decided that I will not be targeting .NET 4.0 with this library. In the future, I would like to execute queries using asynchronous APIs where...
@cburnette I was putting off all netcore work until .NET Standard 2.0 was released (which, afaik, is still being released with VS2017). The main reason for this is that the...
Introspection is missing a few small things, but a large chunk of it is completed. For incorrect Kind results, I think it would be reasonable for someone new to the...