FEE.Remit.Generic.Endpoint
3.16.1
dotnet add package FEE.Remit.Generic.Endpoint --version 3.16.1
NuGet\Install-Package FEE.Remit.Generic.Endpoint -Version 3.16.1
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.16.1" />
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.16.1" />
<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.16.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FEE.Remit.Generic.Endpoint, 3.16.1"
#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.16.1
#: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.16.1
#tool nuget:?package=FEE.Remit.Generic.Endpoint&version=3.16.1
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)
- Newtonsoft.Json (>= 13.0.3)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 9.0.4)
- Polly (>= 8.6.1)
- RestSharp (>= 112.1.0)
- 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.16.1 | 486 | 7/23/2025 |
3.16.0 | 486 | 7/22/2025 |
3.15.0 | 125 | 7/4/2025 |
3.14.6 | 125 | 6/27/2025 |
3.14.5 | 139 | 6/25/2025 |
3.14.4 | 149 | 6/17/2025 |
3.14.3 | 136 | 6/16/2025 |
3.14.2 | 154 | 6/16/2025 |
3.14.1 | 249 | 6/13/2025 |
3.14.0 | 254 | 6/13/2025 |
3.13.0 | 287 | 6/12/2025 |
3.12.1 | 291 | 6/11/2025 |
3.12.0 | 292 | 6/11/2025 |
3.11.0 | 295 | 6/10/2025 |
3.10.0 | 268 | 6/10/2025 |
3.9.1 | 268 | 6/10/2025 |
3.9.0 | 281 | 6/10/2025 |
3.8.1 | 270 | 6/10/2025 |
3.8.0 | 229 | 6/9/2025 |
3.7.0 | 211 | 6/9/2025 |
3.6.0 | 156 | 6/5/2025 |
3.5.2 | 146 | 6/5/2025 |
3.5.1 | 147 | 6/4/2025 |
3.5.0 | 146 | 6/4/2025 |
3.4.0 | 155 | 6/3/2025 |
3.3.0 | 155 | 6/3/2025 |
3.2.1 | 154 | 6/2/2025 |
3.2.0 | 145 | 6/2/2025 |
3.1.4 | 153 | 5/29/2025 |
3.1.3 | 154 | 5/29/2025 |
3.1.2 | 158 | 5/28/2025 |
3.1.1 | 155 | 5/28/2025 |
3.1.0 | 144 | 5/28/2025 |
3.0.0 | 154 | 5/27/2025 |
2.9.1 | 146 | 5/26/2025 |
2.9.0 | 145 | 5/26/2025 |
2.8.0 | 187 | 5/20/2025 |
2.7.1 | 153 | 5/19/2025 |
2.7.0 | 151 | 5/19/2025 |
2.6.1 | 223 | 5/16/2025 |
2.6.0 | 223 | 5/15/2025 |
2.5.0 | 223 | 5/15/2025 |
2.4.0 | 239 | 5/13/2025 |
2.3.0 | 120 | 5/9/2025 |
2.2.2 | 144 | 5/9/2025 |
2.2.1 | 147 | 5/8/2025 |
2.2.0 | 140 | 5/8/2025 |
2.1.0 | 146 | 5/8/2025 |
2.0.1 | 155 | 5/7/2025 |
2.0.0 | 142 | 5/7/2025 |
1.3.0 | 167 | 4/28/2025 |
1.2.1 | 141 | 4/25/2025 |
1.2.0 | 142 | 4/25/2025 |
1.1.1 | 168 | 4/23/2025 |
1.1.0 | 160 | 4/23/2025 |
1.0.1 | 184 | 3/19/2025 |