Skip to content

Tags: junalmeida/autofac-azurefunctions

Tags

v7.2.0.92

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
#18 Change syntax to allow for a MultiTenant container. (#27)

* Deprecate UseLogger
* Example with v3
* Fix build process
* Fix documentation

v7.2.0.88

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Fix local telemetry client dependency (#26)

* Fix local telemetry client dependency
* Bump sample to NET 6
* Add dotnet 6 build process

v6.0.0.81

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Fix readme file and icon to make it clear this is not an official pac…

…kage (#22)

* Adjusting readme file and icon to make it clear this is not an official package.
* Update README.md

Co-authored-by: Travis Illig <tillig@paraesthesia.com>

v6.0.0.78

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Use correct interfaces to build host (#17)

* Do not overwrite existing IConfiguration
* Adding documentation and syntax changes

**Possible breaking changes:** 
1. Please read sample `Startup.cs` to see how to use `UseAppSettings`.
2. This package will now use AZURE_FUNCTIONS_ENVIRONMENT to determine your environment. It is `Production` by default on Azure servers, `Development` locally. 

Co-authored-by: Wayne Brantley <wayne@miniter.com>

v6.0.0.73

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Load post registered services (#15)

* Add post-registered services like TelemetryClient to Autofac. Fixes #10
* Fix empty PACKAGE_VERSION in devops.

v6.0.0.71

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Fix a problem with host.json being ignored (#14)

* #10 Remove telemetry client.  
* Remove unnecessary dependencies.  
* Upgrade `Microsoft.Azure.Functions.Extensions` to latest version.  
* Upgrade `Autofac.Extensions.DependencyInjection` to latest version.  
* Add `nuget` publish key

v

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Fix a problem with host.json being ignored (#14)

* #10 Remove telemetry client.  
* Remove unnecessary dependencies.  
* Upgrade `Microsoft.Azure.Functions.Extensions` to latest version.  
* Upgrade `Autofac.Extensions.DependencyInjection` to latest version.  
* Add `nuget` publish key

v6.0.0.53

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Add telemetry support (#8)

* Add telemetry client support, this will allow a function to obtain a TelemetryClient instance through injection and issue Track calls manually.
* Some refactoring to improve code readability

v6.0.0.51

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Added host.json when using UseAppSettings extension to be used by Azu…

…re Functions settings (#7)

* Adding exception to not publish when there is a documentation change.
* Fix deploy workflow
* Update packages, add host.json to configuration.

v6.0.0.49

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Add a deploy exception to yml to not deploy README changes (#6)