Releases: Azure/azure-functions-dotnet-extensions
Releases · Azure/azure-functions-dotnet-extensions
1.1.0
1.1.0-preview1
This preview release includes the following new features:
- a new override-able
ConfigureAppConfguration(IFunctionsConfigurationBuilder builder)
method onFunctionsStartup
. - a new
FunctionsHostBuilderContext
class, accessible from bothIFunctionsHostBuilder
andIFunctionsConfigurationBuilder
via theGetContext()
extension method.
For more details, see: