Tinyworks 1.0.0.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Tinyworks --version 1.0.0.1
                    
NuGet\Install-Package Tinyworks -Version 1.0.0.1
                    
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="Tinyworks" Version="1.0.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tinyworks" Version="1.0.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Tinyworks" />
                    
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 Tinyworks --version 1.0.0.1
                    
#r "nuget: Tinyworks, 1.0.0.1"
                    
#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.
#addin nuget:?package=Tinyworks&version=1.0.0.1
                    
Install Tinyworks as a Cake Addin
#tool nuget:?package=Tinyworks&version=1.0.0.1
                    
Install Tinyworks as a Cake Tool

落实领域驱动(DDD)的CQRS框架
Tinyworks旨在建立一个完善的,可外部实现的,运行在.NET之下的CQRS架构

Tinyworks是脱离第三方库的框架
例如IOC之类不会被包含以免污染框架实现
你可以提供其它的第三方库,通过配置使得Tinyworks使用它们

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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

Alpha 前瞻版
该版本只提供核心实现(事件,命令)
和领域模型的基础类
其它实现(如:仓储,事件存储等)则会在下一版本中以单独程序集提供