Codexcite.Functions 3.5.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Codexcite.Functions --version 3.5.1
                    
NuGet\Install-Package Codexcite.Functions -Version 3.5.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Codexcite.Functions" Version="3.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Codexcite.Functions" Version="3.5.1" />
                    
Directory.Packages.props
<PackageReference Include="Codexcite.Functions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Codexcite.Functions --version 3.5.1
                    
#r "nuget: Codexcite.Functions, 3.5.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Codexcite.Functions&version=3.5.1
                    
Install Codexcite.Functions as a Cake Addin
#tool nuget:?package=Codexcite.Functions&version=3.5.1
                    
Install Codexcite.Functions as a Cake Tool

Codexcite.Functions

Reusable library for Azure Functions.

Getting started

[TBA]

Prerequisites

[TBA]

Usage

[TBA]

Additional documentation

[TBA]

Feedback

[TBA]

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
3.5.6 31 5/18/2025
3.5.5 185 5/15/2025
3.5.4 184 5/15/2025
3.5.3 187 5/14/2025
3.5.2 172 4/9/2025
3.5.1 154 3/20/2025
3.5.0 99 2/25/2025
3.4.7 101 1/24/2025
3.4.6 105 1/20/2025
3.4.5 95 1/17/2025
3.4.4 87 1/16/2025
3.4.3 110 1/7/2025
3.4.2 104 12/21/2024
3.4.0 111 12/11/2024
3.3.0 115 11/20/2024
3.2.7 133 11/2/2024
3.2.6 113 10/31/2024
3.2.5 129 10/22/2024
3.2.3 120 10/21/2024
3.2.2 168 10/18/2024
3.2.1 102 10/17/2024
3.2.0 94 10/16/2024
3.1.27 116 10/15/2024
3.1.26 113 10/13/2024
3.1.25 114 10/12/2024
3.1.24 112 10/12/2024
3.1.23 126 10/9/2024
3.1.22 115 10/8/2024
3.1.21 125 10/6/2024
3.1.20 117 10/5/2024
3.1.19 125 10/4/2024
3.1.18 120 10/4/2024
3.1.17 138 10/1/2024
3.1.16 124 9/30/2024
3.1.15 116 9/28/2024
3.1.14 113 9/27/2024
3.1.13 134 9/20/2024
3.1.12 99 7/31/2024
3.1.11 86 7/31/2024
3.1.10 92 7/30/2024
3.1.9 113 7/25/2024
3.1.8 136 7/18/2024
3.1.7 120 6/29/2024
3.1.6 125 6/5/2024
3.1.5 150 6/5/2024
3.1.4 162 5/29/2024
3.1.3 136 5/8/2024
3.1.2 167 4/23/2024
3.1.1 290 11/7/2023
3.1.0 128 11/5/2023
3.0.13 145 10/29/2023
3.0.12 144 10/22/2023

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.