SystemLibrary.Common.Web 2.1.1.1

Additional Details

Upgrade to major version 6, so the major version reflects the .NET version. This means .NET Framework versions will not be upgraded

There is a newer version of this package available.
See the version list below for details.
dotnet add package SystemLibrary.Common.Web --version 2.1.1.1
                    
NuGet\Install-Package SystemLibrary.Common.Web -Version 2.1.1.1
                    
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="SystemLibrary.Common.Web" Version="2.1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SystemLibrary.Common.Web" Version="2.1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="SystemLibrary.Common.Web" />
                    
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 SystemLibrary.Common.Web --version 2.1.1.1
                    
#r "nuget: SystemLibrary.Common.Web, 2.1.1.1"
                    
#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 SystemLibrary.Common.Web@2.1.1.1
                    
#: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=SystemLibrary.Common.Web&version=2.1.1.1
                    
Install as a Cake Addin
#tool nuget:?package=SystemLibrary.Common.Web&version=2.1.1.1
                    
Install as a Cake Tool

## Description
A library of classes and methods for any .NET >= 5 web application

* Setup IApplicationBuilder in one line
* Enables your app to use both Mvc and Razor out of the box
* Serves a default set of file types (css, js, svg, png, jpg, etc...)
* Enables Authorization and Authentication
* Configure IServiceCollection in one line
* Registers default view locations for both Razor and Mvc so it does not matter which one you use
* Registers IHttpContextAccessor as a service so the interface is injectable
* Extensions for web
* HttpBaseClient (instead of HttpClient from .Net...) to cache underlying TCP connections, so your API calls reuses the same TCP connection for 5 minutes...

## Requirements
- >= .NET 5
- SystemLibrary.Common.Net
- Microsoft.AspNetCore.App
- Microsoft.Extensions.FileProviders.Physical >= 5.0.0

## Latest Version
https://github.com/systemlibrary/systemlibrary-common-web#latest-version

## Docs
Documentation with samples:
https://systemlibrary.github.io/systemlibrary-common-web/

## Suggestions and feedback
support@systemlibrary.com

## Lisence
- It's free forever, copy paste as you'd like

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 was computed.  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
8.4.0.5 380 5/22/2025 8.4.0.5 is deprecated.
7.6.0.17 258 9/1/2024
6.9.1.2 616 10/18/2023 6.9.1.2 is deprecated.
2.1.1.1 833 6/26/2022 2.1.1.1 is deprecated.