Browse Source

[ASP.NET Core] Inline completions (#8546)

* aspcore: add platform multiple queries

* Add missing console output

* tweak postgresql connectionstring

* Set DOTNET_SYSTEM_NET_SOCKETS_INLINE_COMPLETIONS

---------

Co-authored-by: Stefan Negulescu <[email protected]>
n-stefan 1 year ago
parent
commit
49f05b16e7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frameworks/CSharp/aspnetcore/aspnetcore.dockerfile

+ 1 - 0
frameworks/CSharp/aspnetcore/aspnetcore.dockerfile

@@ -5,6 +5,7 @@ RUN dotnet publish -c Release -o out /p:DatabaseProvider=Npgsql
 
 FROM mcr.microsoft.com/dotnet/aspnet:8.0.0-rc.2 AS runtime
 ENV URLS http://+:8080
+ENV DOTNET_SYSTEM_NET_SOCKETS_INLINE_COMPLETIONS 1
 
 WORKDIR /app
 COPY --from=build /app/out ./