Schemata.Module.Persisting.Targets
10.0.0-preview.26456.11
This is a prerelease version of Schemata.Module.Persisting.Targets.
dotnet add package Schemata.Module.Persisting.Targets --version 10.0.0-preview.26456.11
NuGet\Install-Package Schemata.Module.Persisting.Targets -Version 10.0.0-preview.26456.11
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.Module.Persisting.Targets" Version="10.0.0-preview.26456.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Schemata.Module.Persisting.Targets" Version="10.0.0-preview.26456.11" />
<PackageReference Include="Schemata.Module.Persisting.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.Module.Persisting.Targets --version 10.0.0-preview.26456.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Schemata.Module.Persisting.Targets, 10.0.0-preview.26456.11"
#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.Module.Persisting.Targets@10.0.0-preview.26456.11
#: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.Module.Persisting.Targets&version=10.0.0-preview.26456.11&prerelease
#tool nuget:?package=Schemata.Module.Persisting.Targets&version=10.0.0-preview.26456.11&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Schemata Module
A Schemata Module is a self-contained plugin that integrates into a host application via Schemata.Modular. Each module exposes two startup hooks — ConfigureServices for DI registration and Configure for pipeline setup — and executes in Order/Priority sequence alongside the host's own features.
Package Variants
Pick the variant that matches the capabilities you need:
| Package | What it includes |
|---|---|
Schemata.Module.Targets |
Base: Abstractions |
Schemata.Module.Persisting.Targets |
Base + Repository pattern |
Schemata.Module.Complex.Targets |
Persisting + DSL + Mapping + Authorization + Identity + Security + Validation |
Quick Start
dotnet new classlib
dotnet add package --prerelease Schemata.Module.Complex.Targets
public sealed class MyModule : ModuleBase
{
public override int Order => 0;
public void ConfigureServices(
IServiceCollection services,
IConfiguration configuration,
IWebHostEnvironment environment)
{
// Register services for this module
}
public void ConfigureApplication(IApplicationBuilder app)
{
// Configure the request pipeline
}
}
The host application picks up modules automatically when UseModular() is called on the SchemataBuilder.
See Also
- Schemata.Modular — the runtime that loads and invokes modules
- Schemata.Business.Complex.Targets — business library targets
- Schemata.Application.Complex.Targets — host application targets
- Schemata.Modeling.Generator — SKM schema DSL (included in Complex)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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 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.
-
net10.0
- Schemata.Abstractions (>= 10.0.0-preview.26456.11)
- Schemata.Entity.Repository (>= 10.0.0-preview.26456.11)
-
net8.0
- Schemata.Abstractions (>= 10.0.0-preview.26456.11)
- Schemata.Entity.Repository (>= 10.0.0-preview.26456.11)
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.26456.11 | 41 | 9/6/2026 |
| 10.0.0-preview.26454.47 | 42 | 9/4/2026 |
| 10.0.0-preview.26452.4 | 33 | 9/2/2026 |
| 10.0.0-preview.26452.1 | 33 | 9/2/2026 |
| 10.0.0-preview.26451.67 | 44 | 9/1/2026 |
| 10.0.0-preview.26420.39 | 61 | 8/20/2026 |
| 10.0.0-preview.26377.57 | 69 | 7/27/2026 |
| 10.0.0-preview.26374.56 | 63 | 7/24/2026 |
| 10.0.0-preview.26371.96 | 72 | 7/22/2026 |
| 10.0.0-preview.26371.18 | 67 | 7/21/2026 |
| 10.0.0-preview.26361.52 | 69 | 7/11/2026 |
| 10.0.0-preview.26360.38 | 68 | 7/10/2026 |
| 10.0.0-preview.26359.42 | 64 | 7/9/2026 |
| 10.0.0-preview.26358.53 | 63 | 7/8/2026 |
| 10.0.0-preview.26330.14 | 73 | 6/30/2026 |
| 10.0.0-preview.26329.17 | 72 | 6/29/2026 |
| 10.0.0-preview.26328.27 | 67 | 6/28/2026 |
| 10.0.0-preview.26326.65 | 81 | 6/26/2026 |
| 10.0.0-preview.26325.41 | 78 | 6/25/2026 |
| 10.0.0-preview.26325.33 | 82 | 6/25/2026 |
Loading failed