Arcturus.AspNetCore.Endpoints
2025.9.17.187
dotnet add package Arcturus.AspNetCore.Endpoints --version 2025.9.17.187
NuGet\Install-Package Arcturus.AspNetCore.Endpoints -Version 2025.9.17.187
<PackageReference Include="Arcturus.AspNetCore.Endpoints" Version="2025.9.17.187" />
<PackageVersion Include="Arcturus.AspNetCore.Endpoints" Version="2025.9.17.187" />
<PackageReference Include="Arcturus.AspNetCore.Endpoints" />
paket add Arcturus.AspNetCore.Endpoints --version 2025.9.17.187
#r "nuget: Arcturus.AspNetCore.Endpoints, 2025.9.17.187"
#:package Arcturus.AspNetCore.Endpoints@2025.9.17.187
#addin nuget:?package=Arcturus.AspNetCore.Endpoints&version=2025.9.17.187
#tool nuget:?package=Arcturus.AspNetCore.Endpoints&version=2025.9.17.187
Arcturus.AspNetCore.Endpoints
Arcturus.AspNetCore.Endpoints is a .NET library that provides a flexible abstraction for defining HTTP API endpoints in ASP.NET Core applications. It enables developers to implement endpoints using a consistent pattern, supporting both synchronous and asynchronous operations, with or without request objects, and integrates seamlessly with ASP.NET Core routing and controller infrastructure.
Installation
Install the package via NuGet Package Manager or the .NET CLI:
dotnet add package Arcturus.AspNetCore.Endpoints
Or, using the Package Manager Console:
Install-Package Arcturus.AspNetCore.Endpoints
Prerequisites
- .NET SDK 8 or later
Features
- Abstraction for single endpoints using
AbstractEndpoint
base class. - Automatic application of
[ApiController]
and[Route]
attributes for endpoint classes. - Builder pattern via
EndpointsBuilder
for defining endpoints with or without request objects. - Support for both synchronous and asynchronous endpoint handlers.
- Flexible return types: plain results,
ActionResult<T>
,IActionResult
, andIAsyncEnumerable<T>
. - Endpoint definitions for:
- Endpoints with request and response types.
- Endpoints with request but no response.
- Endpoints without request, with or without response.
- Integration with ASP.NET Core controller routing using the
[controller]
template. - Clean separation of endpoint logic from controller boilerplate.
- Extensible for custom endpoint behaviors and patterns.
Documentation
For detailed documentation, visit Arcturus Wiki.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
If you encounter issues or have questions, please file an issue on the GitHub Issues page.
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 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. |
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
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 |
---|---|---|
2025.9.17.187 | 40 | 9/17/2025 |
2025.9.12.180 | 91 | 9/12/2025 |
2025.9.11.175 | 127 | 9/11/2025 |
2025.9.1.173 | 171 | 9/1/2025 |
2025.8.14.168 | 136 | 8/14/2025 |
2025.8.13.166 | 139 | 8/13/2025 |
2025.8.12.164 | 136 | 8/12/2025 |
2025.8.11.156 | 130 | 8/11/2025 |
2025.8.11.154 | 127 | 8/11/2025 |
2025.8.4.149 | 155 | 8/4/2025 |
2025.7.25.141 | 368 | 7/25/2025 |
2025.7.22.138 | 539 | 7/22/2025 |
2025.7.22.136 | 536 | 7/22/2025 |
2025.7.22.125 | 530 | 7/22/2025 |
2025.7.21.124 | 413 | 7/21/2025 |
2025.7.17.112 | 146 | 7/17/2025 |
2025.7.14.104 | 175 | 7/14/2025 |
2025.6.22.98 | 148 | 6/22/2025 |
2025.6.20.96 | 109 | 6/20/2025 |
2025.6.18.94 | 145 | 6/18/2025 |
2025.5.19.92 | 154 | 5/19/2025 |
2025.5.17.89 | 114 | 5/17/2025 |
2025.4.8.87 | 184 | 4/8/2025 |
2025.4.6.83 | 127 | 4/6/2025 |
2025.3.19.80 | 161 | 3/19/2025 |
2025.1.15.60 | 122 | 1/15/2025 |
2025.1.13.56 | 125 | 1/13/2025 |
2025.1.12.51 | 106 | 1/12/2025 |
2024.12.3.44 | 122 | 12/3/2024 |
2024.12.3.42 | 112 | 12/3/2024 |
2024.11.11.37 | 137 | 11/11/2024 |
2024.10.23.35 | 118 | 10/23/2024 |
2024.10.23.32 | 115 | 10/23/2024 |
2024.10.23.30 | 111 | 10/23/2024 |
2024.10.3.28 | 159 | 10/3/2024 |
2024.9.27.22 | 134 | 9/27/2024 |