From 7297fce1d6eb3268da2aa8922f7a5fc553084176 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Tue, 16 Apr 2024 16:04:26 +0100 Subject: [PATCH] Mark csharp template as deprecated In favour of dotnet8-csharp Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- template/csharp/template.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/template/csharp/template.yml b/template/csharp/template.yml index 9dd44582..8d64b2ce 100644 --- a/template/csharp/template.yml +++ b/template/csharp/template.yml @@ -1,11 +1,7 @@ language: csharp fprocess: dotnet ./root.dll welcome_message: | - You have created a C# function using the Classic OpenFaaS Template. + This template is deprecated and will be removed in a future + release. - To include third-party dependencies edit your .csproj file or install - Nuget packages with VSCode. - - For high-throughput applications, we recommend using the csharp-kestrel - or csharp-httprequest templates available in the OpenFaaS template - store. \ No newline at end of file + Use dotnet8-csharp instead.