landmarkhw / Dapper.GraphQL

A .NET Core library designed to integrate the Dapper and graphql-dotnet projects with ease-of-use in mind and performance as the primary concern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SqlQueryContext.GetSplitOnTypes() missing in nuget release

benmccallum opened this issue · comments

I'm just building up a basic solution with the example docs and this method isn't resolving from me. Doesn't look like it's in the nuget released assembly. Thanks!

Try getting the beta version. The 0.1 version is prerelease, but wasn't marked as such in NuGet.

I just published your contributions to version 0.2.1-beta, give it a shot:

Install-Package Dapper.GraphQL -Version 0.2.1-beta

Ahh yep, there it is. Thanks! It's probably worth just hiding that mistaken release if you don't want people on it. You can do that through the nuget portal so it won't appear in searches/package manager.

Didn't know that - I'll disable that when I get a few minutes, thanks.