Codexcite.Functions 3.1.2

dotnet add package Codexcite.Functions --version 3.1.2
NuGet\Install-Package Codexcite.Functions -Version 3.1.2
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.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codexcite.Functions --version 3.1.2
#r "nuget: Codexcite.Functions, 3.1.2"
#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.1.2

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

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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Codexcite.Functions:

Package Downloads
Codexcite.Functions.Auth

Authorization services for securing Azure Functions with Azure Active Directory B2C.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.2 55 4/23/2024
3.1.1 243 11/7/2023
3.1.0 89 11/5/2023
3.0.13 103 10/29/2023
3.0.12 99 10/22/2023

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.9 - Nuget update
 Codexcite.Functions 3.0.8 - Nuget update
 Codexcite.Functions 3.0.7 - Added xml comments
 Codexcite.Functions 3.0.6 - Nuget update
 Codexcite.Functions 3.0.5 - Nuget update
 Codexcite.Functions 3.0.4 - Nuget update
 Codexcite.Functions 3.0.3 - Nuget update
 Codexcite.Functions 3.0.2 - Nuget update
 Codexcite.Functions 3.0.1 - Nuget update
 Codexcite.Functions 3.0.0 - Update to .Net 7.0
 Codexcite.Functions 2.0.1 - Nuget update
 Codexcite.Functions 2.0.0 - Scaffold v1.0
 Codexcite.Functions 1.3.9 - Updated nugets.
 Codexcite.Functions 1.3.8 - Updated to Codexcite.Common 2.9.4.
 Codexcite.Functions 1.3.7 - Updated to Codexcite.Common 2.9.3.
 Codexcite.Functions 1.3.6 - Updated to Codexcite.Common 2.8.1.
 Codexcite.Functions 1.3.5 - Updated to Codexcite.Common 2.7.0.
 Codexcite.Functions 1.3.4 - Updated to Codexcite.Common 2.4.1.
 Codexcite.Functions 1.3.3 - Updated to Codexcite.Common 2.3.1.
 Codexcite.Functions 1.3.2 - Updated to Codexcite.Common 2.2.0.
 Codexcite.Functions 1.3.0 - Added HttpRequest.SetCurrentCultureFromAcceptLanguageHeader. Updated to .NET 6.0.
 Codexcite.Functions 1.2.1 - Updated to Codexcite.Common 2.0.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.