![]() |
VOOZH | about |
dotnet add package HUMANiT.Azure.Functions --version 2.0.3
NuGet\Install-Package HUMANiT.Azure.Functions -Version 2.0.3
<PackageReference Include="HUMANiT.Azure.Functions" Version="2.0.3" />
<PackageVersion Include="HUMANiT.Azure.Functions" Version="2.0.3" />Directory.Packages.props
<PackageReference Include="HUMANiT.Azure.Functions" />Project file
paket add HUMANiT.Azure.Functions --version 2.0.3
#r "nuget: HUMANiT.Azure.Functions, 2.0.3"
#:package HUMANiT.Azure.Functions@2.0.3
#addin nuget:?package=HUMANiT.Azure.Functions&version=2.0.3Install as a Cake Addin
#tool nuget:?package=HUMANiT.Azure.Functions&version=2.0.3Install as a Cake Tool
IActionResult objects for proper HTTP status code consideration.HUMANiT.Azure.Functions.Api.MediaType class removed. Use HUMANiT.Azure.MediaTypes instead (HUMANiT.Azure package).HUMANiT.Azure.Functions.ApiProxy class removed. Use HUMANiT.Azure.ApiProxy instead (HUMANiT.Azure package).HUMANiT.Azure.Functions.HttpStatusCodeExtensions class removed. Use HUMANiT.Azure.Extensions.HttpStatusCodeExtensions instead (see HUMANiT Azure package).HUMANiT.Azure.Functions.IApiProxy interface removed. Use HUMANiT.Azure.ApiProxy instead (HUMANiT.Azure package).HUMANiT.Azure.Functions.StartupBase class removed. Use Microsoft.Azure.Functions.Extensions.DependencyInjection.FunctionsStartup directly.IActionResult support for HTTP status codes 103, 203, 205, 401, 418, 422, 423, 424, 425, 429, 431, and 451.IActionResult HTTP method documentation enriched with functional explanations.HUMANiT.Azure.Functions.Api.FunctionsBase class deprecated. Use HUMANiT.Azure.Functions.Function instead.HUMANiT.Azure.Functions.Api.HeartbeatFunctionsBase class deprecated. Use HUMANiT.Azure.Functions.HeartbeatFunction instead.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: support@humanit.nz.
MIT -- free software, hell yeah 🤩
Construction of
IActionResultobjects for proper HTTP status code consideration.
Located in namespace HUMANiT.Azure.Functions.
Supported HTTP Status Codes: All 1xx. All 2xx except 207, 208, and 226. 301, 302, 304, 307, and 308. 400, 401, 403-405, 408-410, 418-425 and 429-451. 500-502 and 504.
Quickstart guidance will come.
Fast heartbeat that an API can provide, including optional call dependancy on other APIs that offer a heartbeat.
Classes that inherit from HeartbeatFunction and call at least one of the provided constructors can use this packages features:
public class YourClass : HeartbeatFunction<YourClass> { .. }
Quickstart guidance will come.
Constants to ease method name definitions.
Quickstart guidance will come.
Built-in logging for Azure Functions.
Quickstart guidance will come. See also HUMANiT Core: Logging.
Built-in payload conversions for Azure Functions.
Quickstart guidance will come.
Built-in call result handling for Azure Functions.
Quickstart guidance will come.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Contact HUMANiT for details: support@HUMANiT.nz