Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenFaaS ASPNET Functions #14

Open
goncalo-oliveira opened this issue Jan 15, 2021 · 2 comments
Open

OpenFaaS ASPNET Functions #14

goncalo-oliveira opened this issue Jan 15, 2021 · 2 comments

Comments

@goncalo-oliveira
Copy link

Hi @Daniel15,

May I suggest having a look at OpenFaaS ASPNET Template? It uses ASPNET 5 and provides a recognizable environment, including dependency injection, configuration, authorization. Contains C# and F# templates.

Cheers!

@Daniel15
Copy link
Owner

@goncalo-oliveira - Where does the HttpFunction class come from?

@goncalo-oliveira
Copy link
Author

@Daniel15 from OpenFaaS.Functions library. It's used by both C# and F# templates. You can find the source here. It adds a few helper methods, though, it's not required, one can inherit from the IHttpFunction interface directly instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants