Codexcite.Functions
3.5.2
See the version list below for details.
dotnet add package Codexcite.Functions --version 3.5.2
NuGet\Install-Package Codexcite.Functions -Version 3.5.2
<PackageReference Include="Codexcite.Functions" Version="3.5.2" />
<PackageVersion Include="Codexcite.Functions" Version="3.5.2" />
<PackageReference Include="Codexcite.Functions" />
paket add Codexcite.Functions --version 3.5.2
#r "nuget: Codexcite.Functions, 3.5.2"
#:package Codexcite.Functions@3.5.2
#addin nuget:?package=Codexcite.Functions&version=3.5.2
#tool nuget:?package=Codexcite.Functions&version=3.5.2
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.14.2)
- Microsoft.Azure.Functions.Extensions (>= 1.1.0)
- Microsoft.Azure.Functions.Worker (>= 2.0.0)
- Microsoft.Azure.Functions.Worker.Extensions.OpenApi (>= 1.5.1)
- Microsoft.Azure.WebJobs.Extensions.DurableTask (>= 3.0.4)
- Microsoft.Azure.WebJobs.Extensions.Http (>= 3.2.0)
- 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.0.4 | 92 | 2/13/2026 |
| 6.0.3 | 92 | 2/11/2026 |
| 6.0.2 | 95 | 2/11/2026 |
| 6.0.1 | 94 | 2/4/2026 |
| 6.0.0 | 211 | 11/27/2025 |
| 3.7.20 | 204 | 11/25/2025 |
| 3.7.19 | 205 | 10/22/2025 |
| 3.7.18 | 199 | 10/21/2025 |
| 3.7.17 | 143 | 10/19/2025 |
| 3.7.16 | 149 | 10/18/2025 |
| 3.7.15 | 184 | 10/17/2025 |
| 3.7.14 | 200 | 10/17/2025 |
| 3.7.13 | 204 | 10/5/2025 |
| 3.7.12 | 124 | 10/4/2025 |
| 3.7.11 | 132 | 10/4/2025 |
| 3.7.10 | 210 | 9/30/2025 |
| 3.7.9 | 221 | 8/14/2025 |
| 3.7.8 | 211 | 8/14/2025 |
| 3.7.7 | 287 | 8/7/2025 |
| 3.5.2 | 264 | 4/9/2025 |
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.