AspNetCore.ApiGateway
4.1.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 AspNetCore.ApiGateway --version 4.1.0
NuGet\Install-Package AspNetCore.ApiGateway -Version 4.1.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="AspNetCore.ApiGateway" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AspNetCore.ApiGateway" Version="4.1.0" />
<PackageReference Include="AspNetCore.ApiGateway" />
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 AspNetCore.ApiGateway --version 4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AspNetCore.ApiGateway, 4.1.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 AspNetCore.ApiGateway@4.1.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=AspNetCore.ApiGateway&version=4.1.0
#tool nuget:?package=AspNetCore.ApiGateway&version=4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Gateway as a RESTful Microservice Facade
Framework to help build your own Api Gateway. Out of the box, simple to use Gateway as a RESTful Microservice Facade.
This project has been on-boarded by the .NET Foundation.
Read more on the Project website
Features:
- Swagger
- Authorization
- Filters
- Action
- Exception
- Result
- Load balancing
- Response caching
- Web sockets
- Event sourcing
- Request aggregation
- Middleware service
- Logging
- Clients available in
- .NET
- Typescript
Documentation
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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.
-
net6.0
- EventStore.Client (>= 21.2.2)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 6.0.24)
- Microsoft.AspNetCore.SignalR.Client (>= 6.0.24)
- Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (>= 6.0.24)
- NJsonSchema (>= 10.9.0)
-
net7.0
- EventStore.Client (>= 21.2.2)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 7.0.13)
- Microsoft.AspNetCore.SignalR.Client (>= 7.0.13)
- Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (>= 7.0.13)
- NJsonSchema (>= 10.9.0)
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 |
|---|---|---|
| 6.0.0 | 197 | 2/2/2026 |
| 5.0.0 | 366 | 2/5/2025 |
| 4.5.0 | 277 | 9/30/2024 |
| 4.4.0 | 285 | 7/30/2024 |
| 4.3.0 | 294 | 7/1/2024 |
| 4.1.0 | 360 | 1/8/2024 |
| 4.0.0 | 376 | 11/14/2023 |
| 3.6.2 | 501 | 4/12/2023 |
| 3.6.1 | 810 | 6/7/2022 |
| 3.6.0 | 697 | 4/25/2022 |
| 3.5.0 | 691 | 4/12/2022 |
| 3.4.1 | 686 | 3/28/2022 |
| 3.4.0 | 736 | 3/14/2022 |
| 3.3.0 | 711 | 1/17/2022 |
| 3.2.0 | 521 | 1/2/2022 |
| 3.1.0 | 542 | 1/2/2022 |
| 3.0.0 | 522 | 12/26/2021 |
| 2.0.0 | 644 | 6/7/2021 |
| 1.7.0 | 649 | 5/17/2021 |
Loading failed
1. Swapped Newtonsoft json to system.text.json
2. Re-named gateway url route variables.