Neco.AspNet 0.0.3-alpha

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

NeCo - Necessary Code - AspNet

Nuget (with prereleases)

CompressedStaticFiles

An ASP.NETCore middleware to serve static files. The files will be compressed on first request and saved to the cache, so they can be served immediately after. If compressed files are already available, they will be used.

Huge folders of incompressible files are better served by StaticFilesMiddleware.
Inspired by CompressedStaticFiles by AnderssonPeter

Usage:


ToDo:

  • Serve incompressible and NONE-compression files directly
  • Optionally serve uncompressed file while compressing
  • Custom compression cache folder or CacheProvider
  • GZip Compression
  • Custom response / cache headers
  • Ranges
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
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
0.1.0 95 12/26/2024
0.0.5 117 10/9/2024
0.0.4-alpha 127 6/15/2023
0.0.3-alpha 335 10/19/2022
0.0.2-alpha 256 5/10/2022
0.0.1-alpha 195 2/20/2022