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.
<PackageVersion Include="MyStaging" Version="3.0.11" />
                    
Directory.Packages.props
<PackageReference Include="MyStaging" />
                    
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 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.
#addin nuget:?package=MyStaging&version=3.0.11
                    
Install MyStaging as a Cake Addin
#tool nuget:?package=MyStaging&version=3.0.11
                    
Install MyStaging as a Cake Tool

这是一个 .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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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 763 8/30/2021
3.0.10 691 8/12/2021
3.0.9 768 8/12/2021
3.0.8 695 8/12/2021
3.0.7 803 9/28/2020
3.0.4 749 9/19/2020
3.0.3 1,242 9/11/2020
3.0.2 993 7/20/2020
2.1.13 699 1/18/2020
2.1.11 502 12/26/2019
2.1.10 511 12/11/2019
2.1.9 862 12/10/2019
2.1.8 775 11/21/2019
2.1.7 770 11/7/2019
2.1.6 784 11/4/2019
2.1.5 798 10/29/2019
2.1.2 789 9/28/2019
2.1.0 775 9/7/2019
2.0.2 560 8/27/2019
2.0.1 608 8/20/2019
2.0.0 591 8/16/2019
1.1.6 610 8/14/2019
1.1.4 657 6/10/2019
1.1.3 664 5/23/2019
1.1.1 665 5/22/2019
1.0.9 643 4/25/2019
1.0.7 657 3/11/2019
1.0.6 804 1/15/2019
1.0.5 742 1/10/2019
1.0.4 734 12/11/2018
1.0.3 800 11/8/2018
1.0.2 759 10/30/2018
1.0.1 779 10/26/2018
1.0.0 852 10/23/2018

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