From 138a4457f3556a8d08a0c52f2850f0cc422d01df Mon Sep 17 00:00:00 2001 From: Glen Date: Thu, 17 Oct 2024 11:25:36 +0200 Subject: [PATCH 1/2] Update Hot Chocolate implementation --- implementations/hotchocolate/Dockerfile | 4 ++-- implementations/hotchocolate/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/implementations/hotchocolate/Dockerfile b/implementations/hotchocolate/Dockerfile index a8f3333e..25c3a392 100644 --- a/implementations/hotchocolate/Dockerfile +++ b/implementations/hotchocolate/Dockerfile @@ -1,7 +1,7 @@ -FROM mcr.microsoft.com/dotnet/sdk:7.0 +FROM mcr.microsoft.com/dotnet/sdk:8.0 WORKDIR /server RUN dotnet new web -RUN dotnet add package HotChocolate.AspNetCore --version 13.0.0-preview.80 +RUN dotnet add package HotChocolate.AspNetCore --version 14.0.0 COPY Program.cs . diff --git a/implementations/hotchocolate/README.md b/implementations/hotchocolate/README.md index 90f7e0ee..4e6f0050 100644 --- a/implementations/hotchocolate/README.md +++ b/implementations/hotchocolate/README.md @@ -5,7 +5,7 @@

Passing

@@ -83,7 +83,7 @@ The server SHOULD support these, but is not required. "transfer-encoding": "chunked", "server": "Kestrel", "date": "", - "content-type": "application/graphql-response+json;charset=utf-8" + "content-type": "application/graphql-response+json; charset=utf-8" }, "body": { "data": { @@ -104,7 +104,7 @@ The server SHOULD support these, but is not required. "transfer-encoding": "chunked", "server": "Kestrel", "date": "", - "content-type": "application/graphql-response+json;charset=utf-8" + "content-type": "application/graphql-response+json; charset=utf-8" }, "body": { "data": { From a46197342c903506f1d1711ac521dd9f8a88bd75 Mon Sep 17 00:00:00 2001 From: Glen Date: Wed, 6 Nov 2024 20:00:30 +0200 Subject: [PATCH 2/2] Revert changes to implementations\hotchocolate\README.md --- implementations/hotchocolate/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/implementations/hotchocolate/README.md b/implementations/hotchocolate/README.md index 4e6f0050..90f7e0ee 100644 --- a/implementations/hotchocolate/README.md +++ b/implementations/hotchocolate/README.md @@ -5,7 +5,7 @@
  • 60 audits in total
  • 58 pass
  • -
  • ❗️ 2 warnings (optional)
  • +
  • ⚠️ 2 warnings (optional)

Passing

@@ -83,7 +83,7 @@ The server SHOULD support these, but is not required. "transfer-encoding": "chunked", "server": "Kestrel", "date": "", - "content-type": "application/graphql-response+json; charset=utf-8" + "content-type": "application/graphql-response+json;charset=utf-8" }, "body": { "data": { @@ -104,7 +104,7 @@ The server SHOULD support these, but is not required. "transfer-encoding": "chunked", "server": "Kestrel", "date": "", - "content-type": "application/graphql-response+json; charset=utf-8" + "content-type": "application/graphql-response+json;charset=utf-8" }, "body": { "data": {