FEE.Remit.Generic.Endpoint
2.6.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package FEE.Remit.Generic.Endpoint --version 2.6.0
NuGet\Install-Package FEE.Remit.Generic.Endpoint -Version 2.6.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="2.6.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="2.6.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 2.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FEE.Remit.Generic.Endpoint, 2.6.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@2.6.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=2.6.0
#tool nuget:?package=FEE.Remit.Generic.Endpoint&version=2.6.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 | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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.
-
net8.0
- AutoMapper (>= 14.0.0)
- ErrorOr (>= 2.0.1)
- FluentValidation.AspNetCore (>= 11.3.0)
- Microsoft.EntityFrameworkCore.Design (>= 9.0.4)
- Microsoft.EntityFrameworkCore.Tools (>= 9.0.4)
- Microsoft.Extensions.FileProviders.Embedded (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 9.0.4)
- Serilog.AspNetCore (>= 9.0.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 | 110 | 2/28/2026 |
| 3.25.1 | 259 | 10/13/2025 |
| 3.25.0 | 217 | 10/13/2025 |
| 3.24.10 | 214 | 10/6/2025 |
| 3.24.9 | 202 | 9/30/2025 |
| 3.24.8 | 397 | 9/16/2025 |
| 3.24.7 | 229 | 9/10/2025 |
| 3.24.6 | 196 | 9/10/2025 |
| 3.24.5 | 210 | 9/6/2025 |
| 3.24.4 | 175 | 9/5/2025 |
| 3.23.4 | 239 | 9/4/2025 |
| 3.21.4 | 223 | 9/1/2025 |
| 3.20.4 | 228 | 8/30/2025 |
| 3.19.4 | 156 | 8/23/2025 |
| 3.17.0 | 228 | 8/13/2025 |
| 3.16.4 | 215 | 8/12/2025 |
| 3.16.2 | 192 | 8/10/2025 |
| 3.16.1 | 610 | 7/23/2025 |
| 3.16.0 | 604 | 7/22/2025 |
| 2.6.0 | 276 | 5/15/2025 |
Loading failed