Schemata.Business.Complex.Targets
10.0.0-preview.26377.57
This is a prerelease version of Schemata.Business.Complex.Targets.
dotnet add package Schemata.Business.Complex.Targets --version 10.0.0-preview.26377.57
NuGet\Install-Package Schemata.Business.Complex.Targets -Version 10.0.0-preview.26377.57
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.26377.57" />
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.26377.57" />
<PackageReference Include="Schemata.Business.Complex.Targets" />
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.26377.57
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Schemata.Business.Complex.Targets, 10.0.0-preview.26377.57"
#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.26377.57
#: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.26377.57&prerelease
#tool nuget:?package=Schemata.Business.Complex.Targets&version=10.0.0-preview.26377.57&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Schemata Business
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 |
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, identity, authorization, security)
dotnet add package --prerelease Schemata.Business.Complex.Targets
See Also
- Schemata.Application.Complex.Targets — host application targets
- Schemata.Module.Complex.Targets — module project targets
- Schemata.Modeling.Generator — SKM schema DSL (included in Complex)
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Schemata.Abstractions (>= 10.0.0-preview.26377.57)
- Schemata.Authorization.Skeleton (>= 10.0.0-preview.26377.57)
- Schemata.Entity.Repository (>= 10.0.0-preview.26377.57)
- Schemata.Identity.Skeleton (>= 10.0.0-preview.26377.57)
- Schemata.Mapping.Skeleton (>= 10.0.0-preview.26377.57)
- Schemata.Security.Skeleton (>= 10.0.0-preview.26377.57)
-
net8.0
- Schemata.Abstractions (>= 10.0.0-preview.26377.57)
- Schemata.Authorization.Skeleton (>= 10.0.0-preview.26377.57)
- Schemata.Entity.Repository (>= 10.0.0-preview.26377.57)
- Schemata.Identity.Skeleton (>= 10.0.0-preview.26377.57)
- Schemata.Mapping.Skeleton (>= 10.0.0-preview.26377.57)
- Schemata.Security.Skeleton (>= 10.0.0-preview.26377.57)
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.26377.57 | 60 | 7/27/2026 |
| 10.0.0-preview.26374.56 | 54 | 7/24/2026 |
| 10.0.0-preview.26371.96 | 64 | 7/22/2026 |
| 10.0.0-preview.26371.18 | 58 | 7/21/2026 |
| 10.0.0-preview.26361.52 | 61 | 7/11/2026 |
| 10.0.0-preview.26360.38 | 63 | 7/10/2026 |
| 10.0.0-preview.26359.42 | 63 | 7/9/2026 |
| 10.0.0-preview.26358.53 | 61 | 7/8/2026 |
| 10.0.0-preview.26330.14 | 82 | 6/30/2026 |
| 10.0.0-preview.26329.17 | 65 | 6/29/2026 |
| 10.0.0-preview.26328.27 | 64 | 6/28/2026 |
| 10.0.0-preview.26326.65 | 72 | 6/26/2026 |
| 10.0.0-preview.26325.41 | 65 | 6/25/2026 |
| 10.0.0-preview.26325.33 | 73 | 6/25/2026 |
| 10.0.0-preview.26324.62 | 67 | 6/24/2026 |
| 10.0.0-preview.26324.44 | 75 | 6/24/2026 |
| 10.0.0-preview.26322.53 | 66 | 6/22/2026 |
| 10.0.0-preview.26321.63 | 64 | 6/21/2026 |
| 10.0.0-preview.26321.42 | 72 | 6/21/2026 |
| 10.0.0-preview.26321.11 | 69 | 6/21/2026 |
Loading failed