NL.Serverless.AspNetCore.Template
1.0.0
See the version list below for details.
dotnet new install NL.Serverless.AspNetCore.Template::1.0.0
NL.Serverless.AspNetCore
This repo provides code for hosting an AspNet Core App inside an Azure Function V2 HTTP Trigger without the use of TestServer.
I combined the solution of <a href="https://github.com/NicklausBrain">NicklausBrain</a> (original repo can be found <a href="https://github.com/NicklausBrain/serverless-core-api">here</a>) with the recently added <a href="https://docs.microsoft.com/en-US/azure/azure-functions/functions-dotnet-dependency-injection">DI support for azure functions</a>. This provides a way to avoid initalizing the AspNet Core App with every incoming request.
Instructions
TODO
Credits
Most of the code is copy pasta from this repo: https://github.com/NicklausBrain/serverless-core-api
Thanks <a href="https://github.com/NicklausBrain">NicklausBrain</a>.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.1.0 | 742 | 8/26/2021 |
5.0.0 | 2,114 | 4/12/2021 |
3.0.11 | 513 | 1/30/2021 |
3.0.9 | 525 | 7/31/2020 |
3.0.8 | 468 | 7/8/2020 |
3.0.7.2 | 488 | 6/13/2020 |
3.0.7.1 | 544 | 5/25/2020 |
3.0.7 | 510 | 5/9/2020 |
3.0.5 | 498 | 3/20/2020 |
3.0.3 | 558 | 1/30/2020 |
3.0.2 | 541 | 1/12/2020 |
1.0.2 | 517 | 10/20/2019 |
1.0.1 | 508 | 10/17/2019 |
1.0.0 | 518 | 10/13/2019 |