FclEx.AspNetCore 2.2.8

dotnet add package FclEx.AspNetCore --version 2.2.8
                    
NuGet\Install-Package FclEx.AspNetCore -Version 2.2.8
                    
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="FclEx.AspNetCore" Version="2.2.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FclEx.AspNetCore" Version="2.2.8" />
                    
Directory.Packages.props
<PackageReference Include="FclEx.AspNetCore" />
                    
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 FclEx.AspNetCore --version 2.2.8
                    
#r "nuget: FclEx.AspNetCore, 2.2.8"
                    
#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.
#:package FclEx.AspNetCore@2.2.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FclEx.AspNetCore&version=2.2.8
                    
Install as a Cake Addin
#tool nuget:?package=FclEx.AspNetCore&version=2.2.8
                    
Install as a Cake Tool

FclEx.AspNetCore

ASP.NET Core helpers for FclEx applications.

What Is Included

  • Request, context, session, endpoint, action-context, model-state, and authorization extensions.
  • Request buffering middleware and request-decompression providers for Brotli, Deflate, GZip, and ZLib.
  • ControllerNameAttribute and MVC application-model convention support.
  • Required-scope authorization attribute, requirement, and handlers.
  • Logging context helpers for ASP.NET Core request data.
  • Host and web-host builder convenience extensions.
  • JWT information helpers for request and authorization flows.

Usage Notes

  • This package targets net8.0, net9.0, and net10.0.
  • General HTTP client helpers live in FclEx.Http.
  • Options and logging integration come through FclEx.Options and FclEx.Logging.
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.  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 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on FclEx.AspNetCore:

Package Downloads
FclEx.AspNetCore.Testing

Integration-test helpers built around WebApplicationFactory, test content roots, and selective external HTTP forwarding.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.8 24 6/13/2026
2.2.6 125 6/8/2026
2.2.5 123 6/5/2026
2.2.4 112 6/5/2026
2.2.3 155 5/27/2026
2.2.2 112 5/26/2026
2.2.1 127 5/23/2026
2.2.0 150 5/13/2026
2.1.5 117 5/11/2026
2.1.4 150 4/18/2026
2.1.3 174 4/6/2026
2.1.2 121 4/6/2026
2.1.1 184 4/2/2026
2.1.0 124 4/1/2026
2.0.9 142 3/18/2026
2.0.8 160 3/16/2026
2.0.7 150 3/16/2026
2.0.6 152 3/16/2026
2.0.5 136 3/15/2026
1.0.0 123 5/14/2026
Loading failed