MyStaging 1.0.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package MyStaging --version 1.0.9
NuGet\Install-Package MyStaging -Version 1.0.9
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="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MyStaging --version 1.0.9
#r "nuget: MyStaging, 1.0.9"
#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=1.0.9

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

这是一个 .netcore+pgsql 的脚手架,可以一键生成实体对象和业务层接口,让开发人员无需关注底层变动,专注编写业务代码,它可以让你使用 .netcore的新特性,基于 pgsql 数据库,可以在项目中自由的使用 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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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 687 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 735 9/28/2020
3.0.4 684 9/19/2020
3.0.3 1,133 9/11/2020
3.0.2 893 7/20/2020
2.1.13 647 1/18/2020
2.1.11 463 12/26/2019
2.1.10 472 12/11/2019
2.1.9 748 12/10/2019
2.1.8 677 11/21/2019
2.1.7 674 11/7/2019
2.1.6 689 11/4/2019
2.1.5 702 10/29/2019
2.1.2 695 9/28/2019
2.1.0 677 9/7/2019
2.0.2 508 8/27/2019
2.0.1 556 8/20/2019
2.0.0 551 8/16/2019
1.1.6 571 8/14/2019
1.1.4 603 6/10/2019
1.1.3 607 5/23/2019
1.1.1 610 5/22/2019
1.0.9 588 4/25/2019
1.0.7 600 3/11/2019
1.0.6 744 1/15/2019
1.0.5 686 1/10/2019
1.0.4 678 12/11/2018
1.0.3 731 11/8/2018
1.0.2 692 10/30/2018
1.0.1 712 10/26/2018
1.0.0 795 10/23/2018

增加 Update 和 Delete 操作的检查,当没有指定更新字段和 Where 条件时,将抛出异常,防止对整表的误操作