Neco.AspNet 0.1.0

dotnet add package Neco.AspNet --version 0.1.0
                    
NuGet\Install-Package Neco.AspNet -Version 0.1.0
                    
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.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Neco.AspNet" Version="0.1.0" />
                    
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.1.0
                    
#r "nuget: Neco.AspNet, 0.1.0"
                    
#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.1.0
                    
Install Neco.AspNet as a Cake Addin
#tool nuget:?package=Neco.AspNet&version=0.1.0
                    
Install Neco.AspNet as a Cake Tool

NeCo - Necessary Code - AspNet

Nuget (with prereleases) GitHub License

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:


RelaxedPhysicalFileProvider

This is a PhysicalFileProvider that does not require the path to exist during startup. Calls to Watch will throw and all requested files will return NotFound.

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 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. 
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