Rabbit.Kernel 1.2.2

dotnet add package Rabbit.Kernel --version 1.2.2
NuGet\Install-Package Rabbit.Kernel -Version 1.2.2
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="Rabbit.Kernel" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rabbit.Kernel --version 1.2.2
#r "nuget: Rabbit.Kernel, 1.2.2"
#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 Rabbit.Kernel as a Cake Addin
#addin nuget:?package=Rabbit.Kernel&version=1.2.2

// Install Rabbit.Kernel as a Cake Tool
#tool nuget:?package=Rabbit.Kernel&version=1.2.2

Rabbit Kernel 是整个Rabbit Framework的核心,Kernel内不仅包含了扩展引擎、租户引擎、工作引擎,同时还抽象了 Bus 、Caching、 FileSystems 、Localization、 Logging 这些常用组件的抽象与部分实现。

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Rabbit.Kernel:

Package Downloads
Rabbit.Components.Data

基于 Rabbit.Kernel 的数据组件。

Rabbit.Web

基于 Rabbit.Kernel 的 Web框架。

Rabbit.Components.Security.Web

针对 Web 应用程序的安全组件扩展。

Rabbit.Components.Security

安全组件。

Rabbit.Components.Logging.NLog

基于 NLog 对 Rabbit.Kernel 中日志组件的实现。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.2 1,173 10/13/2016
1.2.1 1,331 10/22/2015
1.2.0 5,724 7/25/2015
1.0.1.7 6,296 5/1/2015

只启动正在状态下的租户。