Nextended

(★ 14)

A suite of .NET libraries: extension methods, custom types, caching, EF Core, ASP.NET Core response filtering, source generation and .NET Aspire hosting integrations.

File Explorer

  • .gitattributes
  • .gitignore
  • Directory.Build.targets
  • icon-readme.png
  • icon.png
  • icon2.png
  • icon2_trans.png
  • LICENSE
  • Nextended.sln
  • NULLABLE_IMPLEMENTATION.md
  • Output.props
  • Package.props
  • publish.ps1
  • quickrun.yml
  • README.md
  • Shared.props
  • SolutionInfo.cs
  • version.json
  • Version.props

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

dotnet add package

View Details ▼

Add or update a .NET package reference in a project file.

dotnet add package {{package}}

Add a package to the project in the current directory:

dotnet add {{path/to/file.csproj}} package {{package}}

Add a package to a specific project:

dotnet add package {{package}} {{[-v|--version]}} {{1.0.0}}

Add a specific version of a package to the project:

// repository documentation