![]() |
VOOZH | about |
dotnet add package CShells.FastEndpoints.Abstractions --version 0.0.28
NuGet\Install-Package CShells.FastEndpoints.Abstractions -Version 0.0.28
<PackageReference Include="CShells.FastEndpoints.Abstractions" Version="0.0.28" />
<PackageVersion Include="CShells.FastEndpoints.Abstractions" Version="0.0.28" />Directory.Packages.props
<PackageReference Include="CShells.FastEndpoints.Abstractions" />Project file
paket add CShells.FastEndpoints.Abstractions --version 0.0.28
#r "nuget: CShells.FastEndpoints.Abstractions, 0.0.28"
#:package CShells.FastEndpoints.Abstractions@0.0.28
#addin nuget:?package=CShells.FastEndpoints.Abstractions&version=0.0.28Install as a Cake Addin
#tool nuget:?package=CShells.FastEndpoints.Abstractions&version=0.0.28Install as a Cake Tool
Abstractions for FastEndpoints integration with CShells.
This package provides the marker interface IFastEndpointsShellFeature that feature libraries can implement to indicate they contain FastEndpoints. Reference this package in your feature class libraries to avoid depending on the full FastEndpoints framework.
IFastEndpointsShellFeature - Marker interface for features containing FastEndpointsIFastEndpointsConfigurator - Interface for customizing FastEndpoints configurationdotnet add package CShells.FastEndpoints.Abstractions
In your feature class library, implement IFastEndpointsShellFeature:
using CShells.FastEndpoints.Features;
using CShells.Features;
using Microsoft.Extensions.DependencyInjection;
[ShellFeature("MyApi", DependsOn = ["FastEndpoints"])]
public class MyApiFeature : IFastEndpointsShellFeature
{
public void ConfigureServices(IServiceCollection services)
{
services.AddSingleton<IMyService, MyService>();
}
}
Implement IFastEndpointsConfigurator to customize FastEndpoints:
using CShells.FastEndpoints.Contracts;
using FastEndpoints;
public class MyConfigurator : IFastEndpointsConfigurator
{
public void Configure(Config config)
{
config.Serializer.Options.PropertyNamingPolicy = JsonNamingPolicy.CamelCase;
}
}
YourSolution/
├── src/
│ ├── YourApp/ # Main ASP.NET Core application
│ │ └── YourApp.csproj # References: CShells.FastEndpoints
│ └── YourApp.Features/ # Feature definitions library
│ └── YourApp.Features.csproj # References: CShells.FastEndpoints.Abstractions
IWebShellFeature interface| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on CShells.FastEndpoints.Abstractions:
| Package | Downloads |
|---|---|
|
Elsa.Api.Common
Provides common features to modules that expose API endpoints. |
|
|
Elsa.Identity
Provides a default identity solution. |
|
|
CShells.FastEndpoints
FastEndpoints integration for CShells. Provides a shell feature that automatically discovers and registers FastEndpoints from all enabled features. Reference this package in your host application to enable FastEndpoints support. |
|
|
Elsa.Shells.Api
Provides API endpoints for shell management. |
|
|
Elsa.SamplePackage
Package Description |
Showing the top 1 popular GitHub repositories that depend on CShells.FastEndpoints.Abstractions:
| Repository | Stars |
|---|---|
|
elsa-workflows/elsa-core
The Workflow Engine for .NET
|
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.28 | 155 | 6/12/2026 |
| 0.0.27 | 120 | 6/12/2026 |
| 0.0.26 | 116 | 6/12/2026 |
| 0.0.25 | 112 | 6/11/2026 |
| 0.0.24 | 1,137 | 5/15/2026 |
| 0.0.23 | 116 | 5/15/2026 |
| 0.0.22 | 126 | 5/14/2026 |
| 0.0.21 | 179 | 5/12/2026 |
| 0.0.20 | 137 | 5/8/2026 |
| 0.0.19 | 116 | 5/6/2026 |
| 0.0.18 | 122 | 5/2/2026 |
| 0.0.17 | 127 | 4/29/2026 |
| 0.0.16 | 129 | 4/27/2026 |
| 0.0.15 | 119 | 4/27/2026 |
| 0.0.14 | 21,537 | 4/20/2026 |
| 0.0.13 | 131 | 4/17/2026 |
| 0.0.12 | 157 | 3/16/2026 |
| 0.0.11 | 310 | 2/28/2026 |
| 0.0.10 | 135 | 2/24/2026 |
| 0.0.9 | 147 | 2/15/2026 |