Schemata.Module.Complex.Targets
9.0.0-preview.25128.36
This is a prerelease version of Schemata.Module.Complex.Targets.
dotnet add package Schemata.Module.Complex.Targets --version 9.0.0-preview.25128.36
NuGet\Install-Package Schemata.Module.Complex.Targets -Version 9.0.0-preview.25128.36
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.Complex.Targets" Version="9.0.0-preview.25128.36" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Schemata.Module.Complex.Targets --version 9.0.0-preview.25128.36
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Schemata.Module.Complex.Targets, 9.0.0-preview.25128.36"
#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.
// Install Schemata.Module.Complex.Targets as a Cake Addin #addin nuget:?package=Schemata.Module.Complex.Targets&version=9.0.0-preview.25128.36&prerelease // Install Schemata.Module.Complex.Targets as a Cake Tool #tool nuget:?package=Schemata.Module.Complex.Targets&version=9.0.0-preview.25128.36&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Schemata Module
Creating Schemata Module for Domain Driven & Modular Design.
Quick Start
dotnet new classlib
dotnet add package --prerelease Schemata.Module.Complex.Targets
public class Module : ModuleBase
{
public override int Order => 0;
public override int Priority => 1;
public void ConfigureServices(IServiceCollection services) {
//
}
public void Configure(IApplicationBuilder app, IServiceProvider sp) {
//
}
}
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Schemata.Abstractions (>= 9.0.0-preview.25128.36)
- Schemata.Authorization.Skeleton (>= 9.0.0-preview.25128.36)
- Schemata.Entity.Repository (>= 9.0.0-preview.25128.36)
- Schemata.Identity.Skeleton (>= 9.0.0-preview.25128.36)
- Schemata.Mapping.Skeleton (>= 9.0.0-preview.25128.36)
- Schemata.Security.Skeleton (>= 9.0.0-preview.25128.36)
- Schemata.Validation.FluentValidation (>= 9.0.0-preview.25128.36)
- Schemata.Workflow.Skeleton (>= 9.0.0-preview.25128.36)
-
net9.0
- Schemata.Abstractions (>= 9.0.0-preview.25128.36)
- Schemata.Authorization.Skeleton (>= 9.0.0-preview.25128.36)
- Schemata.Entity.Repository (>= 9.0.0-preview.25128.36)
- Schemata.Identity.Skeleton (>= 9.0.0-preview.25128.36)
- Schemata.Mapping.Skeleton (>= 9.0.0-preview.25128.36)
- Schemata.Security.Skeleton (>= 9.0.0-preview.25128.36)
- Schemata.Validation.FluentValidation (>= 9.0.0-preview.25128.36)
- Schemata.Workflow.Skeleton (>= 9.0.0-preview.25128.36)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.