Codexcite.Functions 3.5.5

dotnet add package Codexcite.Functions --version 3.5.5
                    
NuGet\Install-Package Codexcite.Functions -Version 3.5.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.5.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Codexcite.Functions" Version="3.5.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.5.5
                    
#r "nuget: Codexcite.Functions, 3.5.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.5.5
                    
Install Codexcite.Functions as a Cake Addin
#tool nuget:?package=Codexcite.Functions&version=3.5.5
                    
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.5 99 2 days ago
3.5.4 99 2 days ago
3.5.3 100 2 days ago
3.5.2 171 a month ago
3.5.1 154 2 months ago
3.5.0 99 3 months ago
3.4.7 101 4 months ago
3.4.6 105 4 months ago
3.4.5 95 4 months ago
3.4.4 87 4 months ago
3.4.3 110 4 months ago
3.4.2 104 5 months ago
3.4.0 111 5 months ago
3.3.0 115 6 months ago
3.2.7 133 7 months ago
3.2.6 113 7 months ago
3.2.5 129 7 months ago
3.2.3 120 7 months ago
3.2.2 168 7 months ago
3.2.1 102 7 months ago
3.2.0 94 7 months ago
3.1.27 115 7 months ago
3.1.26 113 7 months ago
3.1.25 114 7 months ago
3.1.24 112 7 months ago
3.1.23 126 7 months ago
3.1.22 115 7 months ago
3.1.21 125 7 months ago
3.1.20 117 7 months ago
3.1.19 125 7 months ago
3.1.18 120 7 months ago
3.1.17 138 8 months ago
3.1.16 124 8 months ago
3.1.15 116 8 months ago
3.1.14 113 8 months ago
3.1.13 134 8 months ago
3.1.12 99 10 months ago
3.1.11 86 10 months ago
3.1.10 92 10 months ago
3.1.9 113 10 months ago
3.1.8 136 10 months ago
3.1.7 120 6/29/2024
3.1.6 125 6/5/2024
3.1.5 144 6/5/2024
3.1.4 162 5/29/2024
3.1.3 136 5/8/2024
3.1.2 166 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.