https://github.com/unglaublicherdude/openfaas-csharp-solution
This is an example project structure for C# projects in OpenFaaS
https://github.com/unglaublicherdude/openfaas-csharp-solution
csharp openfaas openfaas-function openfaas-template
Last synced: 12 months ago
JSON representation
This is an example project structure for C# projects in OpenFaaS
- Host: GitHub
- URL: https://github.com/unglaublicherdude/openfaas-csharp-solution
- Owner: unglaublicherdude
- Created: 2019-02-19T11:24:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T00:42:39.000Z (over 7 years ago)
- Last Synced: 2025-02-27T02:51:06.365Z (over 1 year ago)
- Topics: csharp, openfaas, openfaas-function, openfaas-template
- Language: C#
- Size: 269 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example project structure for a C# project in OpenFaaS
This is an example of how a folder structure for C# functions could look like.
You have one solution with every function as specific named project.
The goal is to create a template out of it that can be used to initialize a project.