Codexcite.Functions
3.7.18
See the version list below for details.
dotnet add package Codexcite.Functions --version 3.7.18
NuGet\Install-Package Codexcite.Functions -Version 3.7.18
<PackageReference Include="Codexcite.Functions" Version="3.7.18" />
<PackageVersion Include="Codexcite.Functions" Version="3.7.18" />
<PackageReference Include="Codexcite.Functions" />
paket add Codexcite.Functions --version 3.7.18
#r "nuget: Codexcite.Functions, 3.7.18"
#:package Codexcite.Functions@3.7.18
#addin nuget:?package=Codexcite.Functions&version=3.7.18
#tool nuget:?package=Codexcite.Functions&version=3.7.18
Codexcite.Functions
Reusable library for Azure Functions.
Getting started
[TBA]
Prerequisites
[TBA]
Usage
[TBA]
Additional documentation
[TBA]
Feedback
[TBA]
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Codexcite.Common (>= 5.30.0)
- Microsoft.Azure.Functions.Extensions (>= 1.1.0)
- Microsoft.Azure.Functions.Worker (>= 2.1.0)
- Microsoft.Azure.Functions.Worker.Extensions.OpenApi (>= 1.6.0)
- Microsoft.Azure.WebJobs.Extensions.DurableTask (>= 3.5.0)
- Microsoft.Azure.WebJobs.Extensions.Http (>= 3.2.1)
- System.Net.Http (>= 4.3.4)
- System.Text.RegularExpressions (>= 4.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.3.3 | 108 | 4/16/2026 |
| 6.3.2 | 96 | 4/9/2026 |
| 6.3.1 | 113 | 3/25/2026 |
| 6.3.0 | 101 | 3/24/2026 |
| 6.2.1 | 115 | 3/12/2026 |
| 6.2.0 | 115 | 3/12/2026 |
| 6.1.2 | 117 | 3/12/2026 |
| 6.0.9 | 94 | 3/9/2026 |
| 6.0.8 | 106 | 3/5/2026 |
| 6.0.7 | 99 | 3/5/2026 |
| 6.0.6 | 100 | 3/4/2026 |
| 6.0.5 | 106 | 2/26/2026 |
| 6.0.4 | 120 | 2/13/2026 |
| 6.0.3 | 112 | 2/11/2026 |
| 6.0.2 | 120 | 2/11/2026 |
| 6.0.1 | 120 | 2/4/2026 |
| 6.0.0 | 231 | 11/27/2025 |
| 3.7.20 | 222 | 11/25/2025 |
| 3.7.19 | 228 | 10/22/2025 |
| 3.7.18 | 222 | 10/21/2025 |
Codexcite.Functions 3.7.0 - Add HttpVersionHeaderMiddleware
Codexcite.Functions 3.6.0 - Add OpenApi CustomTypeDocumentFilter and DateOnlyDocumentFilter
Codexcite.Functions 3.5.0 - HttpJsonExceptionHandlingMiddleware
Codexcite.Functions 3.4.0 - FunctionContextAccessor
Codexcite.Functions 3.2.0 - Custom NewtonsoftJsonObjectSerializer to fix Async Error in the Asp.Net Core version
Codexcite.Functions 3.1.10 - Handle AggregateExceptions with Flatten() method
Codexcite.Functions 3.1.9 - Handle ErrorNotFoundException as NotFound http response
Codexcite.Functions 3.1.0 - Middleware extension methods, OpenApi configuration
Codexcite.Functions 3.0.11 - Direct dependency on System.Net.Http to avoid vulnerability
Codexcite.Functions 3.0.7 - Added xml comments
Codexcite.Functions 3.0.0 - Update to .Net 7.0
Codexcite.Functions 1.3.0 - Added HttpRequest.SetCurrentCultureFromAcceptLanguageHeader. Updated to .NET 6.0.
Codexcite.Functions 1.2.0 - Added HttpRequestExtensions.DeserializeJsonAsync.
Codexcite.Functions 1.1.0 - Added DebugModeLogging in BaseFunctionsStartup.
Codexcite.Functions 1.0.0 - Initial version.