We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c8ef1 commit 7297fceCopy full SHA for 7297fce
template/csharp/template.yml
@@ -1,11 +1,7 @@
1
language: csharp
2
fprocess: dotnet ./root.dll
3
welcome_message: |
4
- You have created a C# function using the Classic OpenFaaS Template.
+ This template is deprecated and will be removed in a future
5
+ release.
6
- To include third-party dependencies edit your .csproj file or install
7
- Nuget packages with VSCode.
8
-
9
- For high-throughput applications, we recommend using the csharp-kestrel
10
- or csharp-httprequest templates available in the OpenFaaS template
11
- store.
+ Use dotnet8-csharp instead.
0 commit comments