AspNetCore.ApiGateway
4.0.0
.NET 6.0
dotnet add package AspNetCore.ApiGateway --version 4.0.0
NuGet\Install-Package AspNetCore.ApiGateway -Version 4.0.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.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCore.ApiGateway --version 4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AspNetCore.ApiGateway, 4.0.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.
// Install AspNetCore.ApiGateway as a Cake Addin
#addin nuget:?package=AspNetCore.ApiGateway&version=4.0.0
// Install AspNetCore.ApiGateway as a Cake Tool
#tool nuget:?package=AspNetCore.ApiGateway&version=4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Gateway as a Microservice Facade
Framework to help build your own Api Gateway. Out of the box, simple to use Gateway as a 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-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Additional computed target framework(s)
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)
- Newtonsoft.Json (>= 13.0.3)
- 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)
- Newtonsoft.Json (>= 13.0.3)
- 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 |
---|---|---|
4.0.0 | 75 | 11/14/2023 |
3.6.2 | 249 | 4/12/2023 |
3.6.1 | 555 | 6/7/2022 |
3.6.0 | 435 | 4/25/2022 |
3.5.0 | 422 | 4/12/2022 |
3.4.1 | 414 | 3/28/2022 |
3.4.0 | 434 | 3/14/2022 |
3.3.0 | 465 | 1/17/2022 |
3.2.0 | 276 | 1/2/2022 |
3.1.0 | 280 | 1/2/2022 |
3.0.0 | 281 | 12/26/2021 |
2.0.0 | 384 | 6/7/2021 |
1.7.0 | 350 | 5/17/2021 |
1.6.0 | 359 | 3/3/2021 |
1.5.0 | 338 | 2/16/2021 |
1.4.0 | 347 | 1/27/2021 |
1.3.0 | 431 | 10/7/2020 |
1.2.0 | 611 | 9/7/2020 |
1.1.0 | 458 | 8/31/2020 |
1.0.1 | 967 | 5/5/2020 |
1.0.0 | 485 | 3/3/2020 |
updated package to support .NET 7. Now, supports both .NET 6 & 7.