2d16152a9c
* FunctionsNetHost in managed code (#1551)
First iteration of Azure Functions Custom .NET Host(Validated in Windows)
* Adding support for linux cold start (#1594)
* Adding support for linux cold start.
* Using native "get_hostfxr_path" method from "nethost". Removed PathResolver code (which was our version to do the same thing)
* Update build YAML to copy all files instead of just .exe.
* Linted yaml file. fixed the copy step to copy only needed dependencies
* YAML
* Get the NativeApplication instance from pointer and call the methods instead of static method call.
* Revert "Get the NativeApplication instance from pointer and call the methods instead of static method call."
This reverts commit
|
||
---|---|---|
.. | ||
docs | ||
src | ||
tools/build | ||
.gitignore | ||
README.md | ||
azure-pipelines.yml |
README.md
FunctionsNetHost
FunctionsNetHost is a native component which enables placeholder mode & specialization for dotnet isolated function apps.