Skip to content

Commit

Permalink
Mark csharp template as deprecated
Browse files Browse the repository at this point in the history
In favour of dotnet8-csharp

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Apr 16, 2024
1 parent d0c8ef1 commit 7297fce
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions template/csharp/template.yml
Original file line number Diff line number Diff line change
@@ -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.
Use dotnet8-csharp instead.

0 comments on commit 7297fce

Please sign in to comment.