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" />
<PackageReference Include="FEE.Remit.Generic.Endpoint" />
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
#tool nuget:?package=FEE.Remit.Generic.Endpoint&version=3.26.0
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 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.
-
net9.0
- AutoMapper (>= 14.0.0)
- ErrorOr (>= 2.0.1)
- FluentValidation (>= 12.0.0)
- Microsoft.EntityFrameworkCore.Design (>= 9.0.4)
- Microsoft.EntityFrameworkCore.Tools (>= 9.0.4)
- Microsoft.Extensions.FileProviders.Embedded (>= 8.0.0)
- Microsoft.Extensions.Telemetry.Abstractions (>= 9.8.0)
- Newtonsoft.Json (>= 13.0.3)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 9.0.4)
- OpenTelemetry.Exporter.Console (>= 1.12.0)
- Polly (>= 8.6.1)
- RestSharp (>= 112.1.0)
- Swashbuckle.AspNetCore.SwaggerGen (>= 8.1.1)
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 | 131 | 2/28/2026 |
| 3.25.1 | 265 | 10/13/2025 |
| 3.25.0 | 225 | 10/13/2025 |
| 3.24.10 | 219 | 10/6/2025 |
| 3.24.9 | 208 | 9/30/2025 |
| 3.24.8 | 400 | 9/16/2025 |
| 3.24.7 | 236 | 9/10/2025 |
| 3.24.6 | 199 | 9/10/2025 |
| 3.24.5 | 218 | 9/6/2025 |
| 3.24.4 | 183 | 9/5/2025 |
| 3.23.4 | 244 | 9/4/2025 |
| 3.21.4 | 230 | 9/1/2025 |
| 3.20.4 | 234 | 8/30/2025 |
| 3.19.4 | 162 | 8/23/2025 |
| 3.17.0 | 237 | 8/13/2025 |
| 3.16.4 | 221 | 8/12/2025 |
| 3.16.2 | 195 | 8/10/2025 |
| 3.16.1 | 617 | 7/23/2025 |
| 3.16.0 | 607 | 7/22/2025 |
| 3.15.0 | 205 | 7/4/2025 |
Loading failed