VOOZH about

URL: https://www.nuget.org/packages/FEE.Remit.Generic.Endpoint/

⇱ NuGet Gallery | FEE.Remit.Generic.Endpoint 3.26.0




FEE.Remit.Generic.Endpoint 3.26.0

dotnet add package FEE.Remit.Generic.Endpoint --version 3.26.0
 
 
NuGet\Install-Package FEE.Remit.Generic.Endpoint -Version 3.26.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="FEE.Remit.Generic.Endpoint" Version="3.26.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FEE.Remit.Generic.Endpoint" Version="3.26.0" />
 
Directory.Packages.props
<PackageReference Include="FEE.Remit.Generic.Endpoint" />
 
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 FEE.Remit.Generic.Endpoint --version 3.26.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FEE.Remit.Generic.Endpoint, 3.26.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.
#:package FEE.Remit.Generic.Endpoint@3.26.0
 
 
#: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=FEE.Remit.Generic.Endpoint&version=3.26.0
 
Install as a Cake Addin
#tool nuget:?package=FEE.Remit.Generic.Endpoint&version=3.26.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Generic.Endpoint

A reusable component library originally for our company but can be used for any .NET project that uses an endpoint. It provides a set of generic classes and interfaces to simplify the implementation of endpoints in .NET applications.

Installation

dotnet add package FEE.Remit.Generic.Endpoint

Features

  • Reusable endpoint implementation
  • Generic error handler
  • Extensions to further minimize boilerplate code
  • Helper classes for common tasks like converting xml to json and vice versa
  • Repository pattern for endpoints
  • Also implements SOLID principle
  • Multi Format Request Support
  • Execution Time Logger for each endpoints
  • Generic Get and CRUD repository implementation

Dark Theme

  • Add these lines to your Progam.cs > UseDocs()
     app.UseStaticFiles(new StaticFileOptions
     {
     FileProvider = new ManifestEmbeddedFileProvider(typeof(EndpointHelper).Assembly, "wwwroot"),
     RequestPath = ""
     });
    
  • Then inside the UseDocs() method > app.UseSwaggerUI(), add this:
     c.InjectStylesheet("/swagger-ui/theme/universal-dark.css");
    
Product Versions Compatible and additional computed target framework versions.
.NET net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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
3.26.0 147 2/28/2026
3.25.1 279 10/13/2025
3.25.0 233 10/13/2025
3.24.10 234 10/6/2025
3.24.9 218 9/30/2025
3.24.8 413 9/16/2025
3.24.7 250 9/10/2025
3.24.6 207 9/10/2025
3.24.5 226 9/6/2025
3.24.4 192 9/5/2025
3.23.4 254 9/4/2025
3.21.4 236 9/1/2025
3.20.4 241 8/30/2025
3.19.4 170 8/23/2025
3.17.0 245 8/13/2025
3.16.4 229 8/12/2025
3.16.2 204 8/10/2025
3.16.1 627 7/23/2025
3.16.0 618 7/22/2025
3.15.0 217 7/4/2025
Loading failed