FEE.Remit.Generic.Endpoint 3.13.0

dotnet add package FEE.Remit.Generic.Endpoint --version 3.13.0
                    
NuGet\Install-Package FEE.Remit.Generic.Endpoint -Version 3.13.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.13.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.13.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.13.0
                    
#r "nuget: FEE.Remit.Generic.Endpoint, 3.13.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=FEE.Remit.Generic.Endpoint&version=3.13.0
                    
Install FEE.Remit.Generic.Endpoint as a Cake Addin
#tool nuget:?package=FEE.Remit.Generic.Endpoint&version=3.13.0
                    
Install FEE.Remit.Generic.Endpoint as a Cake Tool

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 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.  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
3.13.0 2 6/12/2025
3.12.1 53 6/11/2025
3.12.0 49 6/11/2025
3.11.0 62 6/10/2025
3.10.0 52 6/10/2025
3.9.1 50 6/10/2025
3.9.0 57 6/10/2025
3.8.1 52 6/10/2025
3.8.0 55 6/9/2025
3.7.0 52 6/9/2025
3.6.0 136 6/5/2025
3.5.2 127 6/5/2025
3.5.1 132 6/4/2025
3.5.0 130 6/4/2025
3.4.0 137 6/3/2025
3.3.0 133 6/3/2025
3.2.1 133 6/2/2025
3.2.0 131 6/2/2025
3.1.4 137 5/29/2025
3.1.3 133 5/29/2025
3.1.2 139 5/28/2025
3.1.1 137 5/28/2025
3.1.0 131 5/28/2025
3.0.0 136 5/27/2025
2.9.1 134 5/26/2025
2.9.0 136 5/26/2025
2.8.0 174 5/20/2025
2.7.1 137 5/19/2025
2.7.0 137 5/19/2025
2.6.1 206 5/16/2025
2.6.0 210 5/15/2025
2.5.0 213 5/15/2025
2.4.0 221 5/13/2025
2.3.0 104 5/9/2025
2.2.2 131 5/9/2025
2.2.1 133 5/8/2025
2.2.0 132 5/8/2025
2.1.0 135 5/8/2025
2.0.1 136 5/7/2025
2.0.0 130 5/7/2025
1.3.0 147 4/28/2025
1.2.1 124 4/25/2025
1.2.0 125 4/25/2025
1.1.1 152 4/23/2025
1.1.0 149 4/23/2025
1.0.1 175 3/19/2025