Schemata.Module.Targets
1.0.0-preview.24176.38
This is a prerelease version of Schemata.Module.Targets.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Schemata.Module.Targets --version 1.0.0-preview.24176.38
NuGet\Install-Package Schemata.Module.Targets -Version 1.0.0-preview.24176.38
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.Targets" Version="1.0.0-preview.24176.38" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Schemata.Module.Targets --version 1.0.0-preview.24176.38
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Schemata.Module.Targets, 1.0.0-preview.24176.38"
#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.Targets as a Cake Addin #addin nuget:?package=Schemata.Module.Targets&version=1.0.0-preview.24176.38&prerelease // Install Schemata.Module.Targets as a Cake Tool #tool nuget:?package=Schemata.Module.Targets&version=1.0.0-preview.24176.38&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 provider) {
//
}
}
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Schemata.Abstractions (>= 1.0.0-preview.24176.38)
-
net8.0
- Schemata.Abstractions (>= 1.0.0-preview.24176.38)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.