Codexcite.Functions 3.7.5

dotnet add package Codexcite.Functions --version 3.7.5
                    
NuGet\Install-Package Codexcite.Functions -Version 3.7.5
                    
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.7.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Codexcite.Functions" Version="3.7.5" />
                    
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.7.5
                    
#r "nuget: Codexcite.Functions, 3.7.5"
                    
#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.7.5
                    
Install as a Cake Addin
#tool nuget:?package=Codexcite.Functions&version=3.7.5
                    
Install 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.7.5 84 6/26/2025
3.7.3 93 6/20/2025
3.7.2 126 6/19/2025
3.7.1 101 6/6/2025
3.7.0 140 6/3/2025
3.6.2 146 5/29/2025
3.6.1 140 5/29/2025
3.6.0 144 5/22/2025
3.5.6 101 5/18/2025
3.5.5 218 5/15/2025
3.5.4 219 5/15/2025
3.5.3 227 5/14/2025
3.5.2 187 4/9/2025
3.5.1 171 3/20/2025
3.5.0 112 2/25/2025
3.4.7 112 1/24/2025
3.4.6 117 1/20/2025
3.4.5 106 1/17/2025
3.4.4 97 1/16/2025
3.4.3 121 1/7/2025
3.4.2 117 12/21/2024
3.4.0 118 12/11/2024
3.3.0 123 11/20/2024
3.2.7 143 11/2/2024
3.2.6 123 10/31/2024
3.2.5 138 10/22/2024
3.2.3 129 10/21/2024
3.2.2 177 10/18/2024
3.2.1 111 10/17/2024
3.2.0 103 10/16/2024
3.1.27 124 10/15/2024
3.1.26 123 10/13/2024
3.1.25 122 10/12/2024
3.1.24 121 10/12/2024
3.1.23 136 10/9/2024
3.1.22 125 10/8/2024
3.1.21 134 10/6/2024
3.1.20 132 10/5/2024
3.1.19 138 10/4/2024
3.1.18 132 10/4/2024
3.1.17 150 10/1/2024
3.1.16 133 9/30/2024
3.1.15 124 9/28/2024
3.1.14 122 9/27/2024
3.1.13 143 9/20/2024
3.1.12 107 7/31/2024
3.1.11 98 7/31/2024
3.1.10 102 7/30/2024
3.1.9 120 7/25/2024
3.1.8 147 7/18/2024
3.1.7 129 6/29/2024
3.1.6 134 6/5/2024
3.1.5 160 6/5/2024
3.1.4 173 5/29/2024
3.1.3 150 5/8/2024
3.1.2 176 4/23/2024
3.1.1 296 11/7/2023
3.1.0 135 11/5/2023
3.0.13 151 10/29/2023
3.0.12 154 10/22/2023

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.