server
server copied to clipboard
ASP.NET Core GraphQL Server
On NuGet.org, the readme file is not appearing. This is because the PackageReadmeFile did not get set while building. This is because the condition `IsPackable == true` does not work...
I've tried subscriptions and it works in a single server scenario. How can I make it work when you have multiple load balanced servers? Signal-R uses a concept called a...
Hi, I copied the approach from ASP.NET Core Input and Output Formatter to solve the problem for synchronous reads with Newtonsoft.JSON. I also updated the server project to test both...
Consider to use more precise schema coordinates syntax https://github.com/graphql/graphql-spec/pull/794 _Originally posted by @sungam3r in https://github.com/graphql-dotnet/server/pull/803#discussion_r903603591_
This implementation is simple and straighforward. It's good. But consider switching from `public bool BatchedRequestsExecuteInParallel { get; set; } = true;` to something like `public int BatchedRequestsConcurrencyLimit { get; set;...
https://devblogs.microsoft.com/nuget/deprecating-packages-on-nuget-org/
Moved from https://github.com/graphql-dotnet/graphql-dotnet/issues/764. ## Summary GitHub implements timeouts and time based throttling as described [here](https://www.howtographql.com/advanced/4-security#Throttling) and [here](https://developer.github.com/v4/guides/resource-limitations/). ### Motivation We already have maximum depth and complexity settings we can use...
see https://github.com/graphql/graphql-over-http/blob/main/rfcs/Batching.md
Updates the requirements on [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) to permit the latest version. Release notes Sourced from Microsoft.AspNetCore.Mvc.Testing's releases. .NET 6.0.10 Release Commits See full diff in compare view Dependabot will resolve any...
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 6.0.0 to 6.0.1. Release notes Sourced from Microsoft.Extensions.DependencyInjection's releases. .NET 6.0.1 Release Commits 3a25a7f Merge in 'release/6.0' changes e9036b0 [release/6.0] Add packaging changes for System.Text.Json (#61703) bfdc5e9...