MyStaging 3.0.11

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

// Install MyStaging as a Cake Tool
#tool nuget:?package=MyStaging&version=3.0.11

这是一个 .netcore的脚手架,支持DbFirst和CodeFirst,让开发人员无需关注底层变动,专注编写业务代码,它可以让你使用 .netcore的新特性,支持多种数据库,可以在项目中自由的使用 lambda 表达式编写业务,同时支持自定义的 sql 语句。

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MyStaging:

Package Downloads
MyStaging.MySql

Package Description

MyStaging.PostgreSQL

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.11 686 8/30/2021
3.0.10 608 8/12/2021
3.0.9 678 8/12/2021
3.0.8 626 8/12/2021
3.0.7 734 9/28/2020
3.0.4 684 9/19/2020
3.0.3 1,133 9/11/2020
3.0.2 892 7/20/2020
2.1.13 646 1/18/2020
2.1.11 462 12/26/2019
2.1.10 472 12/11/2019
2.1.9 748 12/10/2019
2.1.8 676 11/21/2019
2.1.7 674 11/7/2019
2.1.6 689 11/4/2019
2.1.5 701 10/29/2019
2.1.2 694 9/28/2019
2.1.0 677 9/7/2019
2.0.2 507 8/27/2019
2.0.1 556 8/20/2019
2.0.0 551 8/16/2019
1.1.6 570 8/14/2019
1.1.4 602 6/10/2019
1.1.3 606 5/23/2019
1.1.1 610 5/22/2019
1.0.9 587 4/25/2019
1.0.7 599 3/11/2019
1.0.6 743 1/15/2019
1.0.5 686 1/10/2019
1.0.4 677 12/11/2018
1.0.3 730 11/8/2018
1.0.2 691 10/30/2018
1.0.1 712 10/26/2018
1.0.0 795 10/23/2018

全新架构改动,支持多库/多路上下文,支持 DbFirst/CodeFirst。旧版本请使用2.1.10版本。