Schemata.Business.Complex.Targets 10.0.0-preview.26177.58

This is a prerelease version of Schemata.Business.Complex.Targets.
dotnet add package Schemata.Business.Complex.Targets --version 10.0.0-preview.26177.58
                    
NuGet\Install-Package Schemata.Business.Complex.Targets -Version 10.0.0-preview.26177.58
                    
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="Schemata.Business.Complex.Targets" Version="10.0.0-preview.26177.58" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Schemata.Business.Complex.Targets" Version="10.0.0-preview.26177.58" />
                    
Directory.Packages.props
<PackageReference Include="Schemata.Business.Complex.Targets" />
                    
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 Schemata.Business.Complex.Targets --version 10.0.0-preview.26177.58
                    
#r "nuget: Schemata.Business.Complex.Targets, 10.0.0-preview.26177.58"
                    
#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 Schemata.Business.Complex.Targets@10.0.0-preview.26177.58
                    
#: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=Schemata.Business.Complex.Targets&version=10.0.0-preview.26177.58&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Schemata.Business.Complex.Targets&version=10.0.0-preview.26177.58&prerelease
                    
Install as a Cake Tool

Schemata Business

GitHub Workflow Status Codecov license

netstandard2.0 netstandard2.1

A Schemata Business project is a class library that defines domain models, repository contracts, and business logic for a single domain area. It has no dependency on ASP.NET Core — only on the framework's portable abstractions — so it can be shared across application projects and modules.

Package Variants

Pick the variant that matches the capabilities you need:

Package What it includes
Schemata.Business.Targets Base: Abstractions
Schemata.Business.Persisting.Targets Base + Repository pattern
Schemata.Business.Complex.Targets Persisting + DSL + Mapping + Authorization + Identity + Security + Workflow

Quick Start

dotnet new classlib

# Base — abstractions only
dotnet add package --prerelease Schemata.Business.Targets

# With data persistence
dotnet add package --prerelease Schemata.Business.Persisting.Targets

# Full suite (DSL, mapping, auth, workflow)
dotnet add package --prerelease Schemata.Business.Complex.Targets

See Also

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
10.0.0-preview.26177.58 54 3/27/2026
10.0.0-preview.26177.40 44 3/27/2026
10.0.0-preview.26177.31 46 3/27/2026
10.0.0-preview.26175.94 43 3/25/2026
10.0.0-preview.26175.59 43 3/25/2026
10.0.0-preview.26174.30 40 3/24/2026
10.0.0-preview.26174.28 46 3/24/2026
9.0.0-preview.25270.29 169 5/20/2025
9.0.0-preview.25270.23 158 5/20/2025
9.0.0-preview.25269.38 157 5/19/2025
9.0.0-preview.25262.61 246 5/12/2025
9.0.0-preview.25262.14 216 5/12/2025
9.0.0-preview.25261.47 150 5/11/2025
9.0.0-preview.25255.55 161 5/5/2025
9.0.0-preview.25251.34 166 5/1/2025
9.0.0-preview.25251.30 167 5/1/2025
9.0.0-preview.25251.21 165 5/1/2025
9.0.0-preview.25230.59 163 4/30/2025
9.0.0-preview.25162.44 165 3/12/2025
9.0.0-preview.25154.28 208 3/4/2025
Loading failed