You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
@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.
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!
The text was updated successfully, but these errors were encountered: