Sencilla.Web.MinimalApi 10.0.37

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

Sencilla.Web.MinimalApi

Minimal API endpoint abstractions for the Sencilla Framework. Map CRUD operations to minimal API endpoints with minimal boilerplate.

Installation

dotnet add package Sencilla.Web.MinimalApi

Quick Start

app.MapGet("/products", async (IReadRepository<Product, int> repo) =>
    await repo.GetAll());

app.MapPost("/products", async (Product product, ICreateRepository<Product, int> repo) =>
    await repo.Create(product));

Documentation

License

MIT

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 Sencilla.Web.MinimalApi:

Package Downloads
Sencilla.Authentication

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.37 76 6/6/2026
10.0.36 78 6/6/2026
10.0.35 89 6/5/2026
10.0.34 77 6/5/2026
10.0.32 51 6/4/2026
10.0.31 51 6/4/2026
10.0.30 54 6/4/2026
10.0.29 46 6/4/2026
10.0.28 72 6/3/2026
10.0.27 84 6/3/2026
10.0.26 87 6/2/2026
10.0.19 100 6/1/2026
10.0.18 94 6/1/2026
10.0.17 150 5/13/2026
10.0.16 93 5/12/2026
10.0.15 100 5/12/2026
10.0.14 97 5/1/2026
10.0.13 152 3/29/2026
10.0.12 222 3/2/2026
10.0.11 118 2/27/2026
Loading failed