HUMANiT.Azure.Functions
1.2.1
See the version list below for details.
dotnet add package HUMANiT.Azure.Functions --version 1.2.1
NuGet\Install-Package HUMANiT.Azure.Functions -Version 1.2.1
<PackageReference Include="HUMANiT.Azure.Functions" Version="1.2.1" />
paket add HUMANiT.Azure.Functions --version 1.2.1
#r "nuget: HUMANiT.Azure.Functions, 1.2.1"
// Install HUMANiT.Azure.Functions as a Cake Addin #addin nuget:?package=HUMANiT.Azure.Functions&version=1.2.1 // Install HUMANiT.Azure.Functions as a Cake Tool #tool nuget:?package=HUMANiT.Azure.Functions&version=1.2.1
HUMANiT Azure Functions
This package provides logic that we miss in .NET for Azure Functions and find valuable for our own daily software development. -- the people of HUMANiT
Features
- Logging: Built-in logging for Azure Functions.
- Payload: Built-in payload conversions for Azure Functions.
- Call Result: Built-in call result handling for Azure Functions.
- Heartbeat: Fast heartbeat that every API provides, can call dependent APIs that offer a heartbeat.
- Action Results: Construction of
IActionResult
objects for proper HTTP status code consideration. - API Proxy: GET, PUT, POST, PATCH, and DELETE commands to proxy a call directly to a RESTful API. Built-in secondary proxy. Raw calls. Obfuscation keys.
- Startup: Automatic preparation for dependency injection and registration of logging services.
- Functions: Media types plus convertion. Method names and route prefixes.
- Extensions: HttpStatusCode.
This package contains features which we require for our own software; therefore, some features are highly custom. If you require a fix, an enhancement, or a more configurable solution, please contact us.
Contact
- Twitter -- stay in touch (@HUMANiTnz)
- Facebook -- message with us (@HUMANiTnz)
- support@humanit.nz -- contact us via email
License
MIT -- free software, hell yeah 🤩
Quickstart
Logging
Built-in logging for Azure Functions.
Quickstart guidance will come.
Payload
Built-in payload conversions for Azure Functions.
Quickstart guidance will come.
Call Result
Built-in call result handling for Azure Functions.
Quickstart guidance will come.
Heartbeat
Fast heartbeat that every API provides, can call dependent APIs that offer a heartbeat.
Quickstart guidance will come.
Action Results
Construction of
IActionResult
objects for proper HTTP status code consideration.
Supported HTTP Status Codes: 100, 101, 102, 200, 201, 202, 204, 206, 301, 302, 304, 307, 308, 400, 403, 404, 405, 408, 409, 410, 500, 501, 502 and 504.
Quickstart guidance will come.
API Proxy
GET, PUT, POST, PATCH, and DELETE commands to proxy a call directly to a RESTful API. Built-in secondary proxy. Raw calls. Obfuscation keys.
!! Deprecated. Support stops with package version 2.0.0. Use HUMANiT.Azure.ApiProxy instead, available via the HUMANiT.Azure NuGet package.
Startup
Automatic preparation for dependency injection and registration of logging services.
!! Deprecated. Support stops with package version 2.0.0 due to Microosft having deprecated the in-process worker model and stop support from November 2026.
Functions
Media types plus convertion. Method names and route prefixes.
!! Deprecated. Support stops with package version 2.0.0. Use HUMANiT.Azure.MediaTypes instead, available via the HUMANiT.Azure NuGet package.
Extensions
Extensions for
HttpStatusCode
.
!! Deprecated. Support stops with package version 2.0.0. Use equivalent extension method from HUMANiT.Azure NuGet package instead.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- HUMANiT.Azure (>= 1.2.0 && < 1.3.0)
- Microsoft.Azure.Functions.Extensions (>= 1.1.0)
- Microsoft.NET.Sdk.Functions (>= 4.6.0)
-
net8.0
- HUMANiT.Azure (>= 1.2.0 && < 1.3.0)
- Microsoft.Azure.Functions.Extensions (>= 1.1.0)
- Microsoft.NET.Sdk.Functions (>= 4.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Contact HUMANiT for details: support@HUMANiT.nz