Codexcite.Functions 3.3.0

dotnet add package Codexcite.Functions --version 3.3.0                
NuGet\Install-Package Codexcite.Functions -Version 3.3.0                
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.3.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codexcite.Functions --version 3.3.0                
#r "nuget: Codexcite.Functions, 3.3.0"                
#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.
// Install Codexcite.Functions as a Cake Addin
#addin nuget:?package=Codexcite.Functions&version=3.3.0

// Install Codexcite.Functions as a Cake Tool
#tool nuget:?package=Codexcite.Functions&version=3.3.0                

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. 
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.3.0 27 11/20/2024
3.2.7 93 11/2/2024
3.2.6 75 10/31/2024
3.2.5 97 10/22/2024
3.2.3 92 10/21/2024
3.2.2 136 10/18/2024
3.2.1 75 10/17/2024
3.2.0 70 10/16/2024
3.1.27 90 10/15/2024
3.1.26 88 10/13/2024
3.1.25 89 10/12/2024
3.1.24 89 10/12/2024
3.1.23 104 10/9/2024
3.1.22 93 10/8/2024
3.1.21 103 10/6/2024
3.1.20 95 10/5/2024
3.1.19 101 10/4/2024
3.1.18 97 10/4/2024
3.1.17 112 10/1/2024
3.1.16 89 9/30/2024
3.1.15 93 9/28/2024
3.1.14 87 9/27/2024
3.1.13 113 9/20/2024
3.1.12 77 7/31/2024
3.1.11 66 7/31/2024
3.1.10 72 7/30/2024
3.1.9 96 7/25/2024
3.1.8 115 7/18/2024
3.1.7 102 6/29/2024
3.1.6 107 6/5/2024
3.1.5 128 6/5/2024
3.1.4 146 5/29/2024
3.1.3 118 5/8/2024
3.1.2 150 4/23/2024
3.1.1 280 11/7/2023
3.1.0 120 11/5/2023
3.0.13 137 10/29/2023
3.0.12 137 10/22/2023

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.