-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support GraphQL .NET Version 5 #24
Support GraphQL .NET Version 5 #24
Conversation
@JannikLassahn I think the pipeline needs update for the build to pass, tests pass locally. I could update the definition if you gave me access. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, I really like all these changes, especially the simplifications around JSON deserialization. Moving to GitHub Actions is also quite nice.
Thanks for your work!
With this pull request the project supports GraphQL .NET version 5.
Also dropped the support of .NET core version 2.1 since it's reached end-of-life.
EDIT:
Also added fix for issue #14
I added a GitHub action to potentially replace Azure DevOps, up to you, you can see the result of the pipeline here: https://github.com/ganhammar/graphql-dotnet-upload/actions