From a208196b156aa9680fba37d245ef73cf1d674a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20N=C3=A4geli?= Date: Wed, 27 May 2026 15:38:40 +0200 Subject: [PATCH 1/2] [C#] GenHTTP: Fix paths for version 11 entry --- src/Servers/GenHttpServer11/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Servers/GenHttpServer11/Dockerfile b/src/Servers/GenHttpServer11/Dockerfile index 3f8b600..b38753f 100644 --- a/src/Servers/GenHttpServer11/Dockerfile +++ b/src/Servers/GenHttpServer11/Dockerfile @@ -1,9 +1,9 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build WORKDIR /src COPY Directory.Build.props . -COPY src/Servers/GenHttpServer/ src/Servers/GenHttpServer/ -RUN dotnet restore src/Servers/GenHttpServer/GenHttpServer.csproj -RUN dotnet publish src/Servers/GenHttpServer/GenHttpServer.csproj -c Release -o /app --no-restore +COPY src/Servers/GenHttpServer11/ src/Servers/GenHttpServer11/ +RUN dotnet restore src/Servers/GenHttpServer11/GenHttpServer.csproj +RUN dotnet publish src/Servers/GenHttpServer11/GenHttpServer.csproj -c Release -o /app --no-restore FROM mcr.microsoft.com/dotnet/runtime:10.0 WORKDIR /app From ab2ae6284eb8a2330a94594578d337b5a63e4af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20N=C3=A4geli?= Date: Thu, 28 May 2026 14:39:54 +0200 Subject: [PATCH 2/2] Update to preview 9 with ultra hardened parser --- src/Servers/GenHttpServer11/GenHttpServer.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Servers/GenHttpServer11/GenHttpServer.csproj b/src/Servers/GenHttpServer11/GenHttpServer.csproj index 3e47971..634b3a0 100644 --- a/src/Servers/GenHttpServer11/GenHttpServer.csproj +++ b/src/Servers/GenHttpServer11/GenHttpServer.csproj @@ -7,9 +7,9 @@ - - - + + +