EasyDefine.ServiceFramework 1.0.3.3

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

// Install EasyDefine.ServiceFramework as a Cake Tool
#tool nuget:?package=EasyDefine.ServiceFramework&version=1.0.3.3

修复一个“/”的BUG

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.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.3.3 684 8/16/2019
1.0.3.2 569 8/16/2019
1.0.3 629 8/14/2019
1.0.2.5 586 3/20/2019
1.0.2.4 549 3/15/2019
1.0.2.3 562 3/14/2019
1.0.2.2 552 3/14/2019
1.0.2.1 552 3/5/2019
1.0.2 572 2/26/2019
1.0.1.8 668 2/20/2019
1.0.1.7 622 2/20/2019
1.0.1.6 594 2/18/2019
1.0.1.5 609 2/15/2019
1.0.1.3 648 2/15/2019
1.0.1.1 639 2/15/2019
1.0.1 631 2/15/2019
1.0.0.9 613 2/14/2019
1.0.0.7 632 2/13/2019
1.0.0.5 625 2/12/2019
1.0.0.3 629 2/12/2019
1.0.0.2 611 2/12/2019
1.0.0.1 621 1/31/2019
1.0.0 610 1/29/2019

EasyDefine是一个使用动态编译技术实现的简单定义MVC三层架构的框架。用户使用标注即可生成DAL、BAL等业务,而无需进行重复冗余的编码。