Koan.Recipe.Abstractions 0.5.2

dotnet add package Koan.Recipe.Abstractions --version 0.5.2
                    
NuGet\Install-Package Koan.Recipe.Abstractions -Version 0.5.2
                    
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="Koan.Recipe.Abstractions" Version="0.5.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Koan.Recipe.Abstractions" Version="0.5.2" />
                    
Directory.Packages.props
<PackageReference Include="Koan.Recipe.Abstractions" />
                    
Project file
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 Koan.Recipe.Abstractions --version 0.5.2
                    
#r "nuget: Koan.Recipe.Abstractions, 0.5.2"
                    
#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 Koan.Recipe.Abstractions@0.5.2
                    
#: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=Koan.Recipe.Abstractions&version=0.5.2
                    
Install as a Cake Addin
#tool nuget:?package=Koan.Recipe.Abstractions&version=0.5.2
                    
Install as a Cake Tool

Koan Framework

Build services like you're talking to your code, not fighting it.

Koan is a modular .NET backend framework for developers who value clarity, comfort, and the ability to grow. Whether you're spinning up a quick prototype or scaling into enterprise-grade patterns, Koan keeps the path clear.

🚀 Quick Start

# Create project
dotnet new web && dotnet add package Koan.Core Koan.Web Koan.Data.Sqlite

# Add model
echo 'public class Todo : Entity<Todo> { public string Title { get; set; } = ""; }' > Todo.cs

# Add controller  
echo '[Route("api/[controller]")] public class TodosController : EntityController<Todo> { }' > TodosController.cs

# Run
dotnet run

That's a full REST API. Visit /swagger to explore.

📚 Documentation

🌱 Key Features

  • Start Simple: Real service in a single file
  • Entity-First: Models drive your API automatically
  • Modular: Add AI, messaging, vector search as you grow
  • Production-Ready: Health checks, observability, security built-in
  • No Lock-in: Escape hatches everywhere

🧱 Pillars

Pillar Purpose
Core Runtime, health checks, configuration
Data Unified access to SQL, NoSQL, vector DBs
Web REST + GraphQL from your models
AI Chat, embeddings, vector search, RAG
Messaging Reliable queues and event patterns
Storage File/blob handling with profiles
Media First-class media with HTTP endpoints
Flow Data pipeline and ingestion

🛠️ CLI & Orchestration

# Install CLI
./scripts/cli-all.ps1

# Export Docker Compose for local dependencies
Koan export compose --profile Local

# Run dependencies with health checks
Koan up --profile Local --timeout 300

📦 Requirements

  • .NET 9 SDK
  • Current Version: v0.2.18

🤝 Contributing

See CONTRIBUTING.md for guidelines.

📄 License

Apache 2.0 - See LICENSE for details.

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Koan.Recipe.Abstractions:

Package Downloads
Koan.Recipe.Observability

Observability baseline recipe (health checks + OTEL + resilient HttpClient).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.2 249 9/16/2025