![]() |
VOOZH | about |
dotnet add package CleanCodeJN.GenericApis.Abstractions --version 3.0.3
NuGet\Install-Package CleanCodeJN.GenericApis.Abstractions -Version 3.0.3
<PackageReference Include="CleanCodeJN.GenericApis.Abstractions" Version="3.0.3" />
<PackageVersion Include="CleanCodeJN.GenericApis.Abstractions" Version="3.0.3" />Directory.Packages.props
<PackageReference Include="CleanCodeJN.GenericApis.Abstractions" />Project file
paket add CleanCodeJN.GenericApis.Abstractions --version 3.0.3
#r "nuget: CleanCodeJN.GenericApis.Abstractions, 3.0.3"
#:package CleanCodeJN.GenericApis.Abstractions@3.0.3
#addin nuget:?package=CleanCodeJN.GenericApis.Abstractions&version=3.0.3Install as a Cake Addin
#tool nuget:?package=CleanCodeJN.GenericApis.Abstractions&version=3.0.3Install as a Cake Tool
The CleanCodeJN.GenericApis package streamlines the development of web APIs in .NET applications by providing a robust framework for CRUD operations and facilitating the implementation of complex business logic in a clean and maintainable manner.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 was computed. 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 2 NuGet packages that depend on CleanCodeJN.GenericApis.Abstractions:
| Package | Downloads |
|---|---|
|
CleanCodeJN.GenericApis
Build production-ready .NET Web APIs in minutes, not days. CleanCodeJN.GenericApis is the ultimate full-stack API framework combining REST (Minimal APIs + MVC Controllers), GraphQL (HotChocolate), and MCP (Model Context Protocol) — all from a single generic setup. Powered by MediatR CQRS, Mapster, FluentValidation, and Entity Framework, it eliminates boilerplate for GET, GET by ID, POST, PUT, PATCH, and DELETE operations across every layer. Built-in pipeline behaviors deliver transparent caching and structured logging out of the box. The integrated AI Proxy streams responses from Anthropic Claude directly through your API, while the MCP server automatically exposes all your CRUD endpoints as discoverable tools for AI assistants like Claude, Cursor, and Copilot. Designed around the Integration Operation Segregation Principle (IOSP) for clean, testable, and maintainable business logic — at any scale. |
|
|
CleanCodeJN.GenericApis.ServiceBusConsumer
This CleanCodeJN package for Service Bus simplifies the development of asynchronous microservices by providing a framework that leverages the power of MediatR and IOSP to consume service bus events from topics and execute commands to process these events. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.1.0 | 1,623 | 3/16/2026 |
| 4.0.0 | 1,186 | 11/12/2025 |
| 3.0.7 | 497 | 5/28/2025 |
| 3.0.6 | 238 | 5/28/2025 |
| 3.0.5 | 265 | 5/21/2025 |
| 3.0.4 | 266 | 5/20/2025 |
| 3.0.3 | 266 | 5/19/2025 |
| 3.0.2 | 227 | 5/19/2025 |
| 3.0.1 | 272 | 4/30/2025 |
| 3.0.0 | 343 | 2/28/2025 |
| 2.3.1 | 251 | 2/7/2025 |
| 2.3.0 | 315 | 11/19/2024 |
| 2.2.3 | 340 | 10/20/2024 |
| 2.2.2 | 264 | 10/20/2024 |
| 2.2.1 | 231 | 10/20/2024 |
| 2.2.0 | 238 | 10/20/2024 |
| 2.1.1 | 527 | 9/6/2024 |
| 2.1.0 | 340 | 5/15/2024 |
Changed XML Docs for ICommandExecutionContext interface.