EasyDefine.ServiceFramework
1.0.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EasyDefine.ServiceFramework --version 1.0.0.1
NuGet\Install-Package EasyDefine.ServiceFramework -Version 1.0.0.1
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.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasyDefine.ServiceFramework" Version="1.0.0.1" />
<PackageReference Include="EasyDefine.ServiceFramework" />
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 EasyDefine.ServiceFramework --version 1.0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EasyDefine.ServiceFramework, 1.0.0.1"
#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=EasyDefine.ServiceFramework&version=1.0.0.1
#tool nuget:?package=EasyDefine.ServiceFramework&version=1.0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EasyDefine.ServiceFramework:封装EasyDefine服务层的逻辑,其提供的标注组件可以快速地帮助业务层定义逻辑,帮助业务层动态地编译其具体实现类。使得开发人员更加专注于业务交互。
Product | Versions 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.
-
.NETCoreApp 2.1
- EasyDefine.Configuration (>= 1.0.0.1)
- Microsoft.CodeAnalysis (>= 2.10.0)
- Microsoft.CodeAnalysis.CSharp (>= 2.10.0)
- System.CodeDom (>= 4.5.0)
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 | 786 | 8/16/2019 |
1.0.3.2 | 656 | 8/16/2019 |
1.0.3 | 712 | 8/14/2019 |
1.0.2.5 | 668 | 3/20/2019 |
1.0.2.4 | 634 | 3/15/2019 |
1.0.2.3 | 642 | 3/14/2019 |
1.0.2.2 | 633 | 3/14/2019 |
1.0.2.1 | 628 | 3/5/2019 |
1.0.2 | 655 | 2/26/2019 |
1.0.1.8 | 753 | 2/20/2019 |
1.0.1.7 | 704 | 2/20/2019 |
1.0.1.6 | 680 | 2/18/2019 |
1.0.1.5 | 690 | 2/15/2019 |
1.0.1.3 | 734 | 2/15/2019 |
1.0.1.1 | 727 | 2/15/2019 |
1.0.1 | 720 | 2/15/2019 |
1.0.0.9 | 694 | 2/14/2019 |
1.0.0.7 | 714 | 2/13/2019 |
1.0.0.5 | 706 | 2/12/2019 |
1.0.0.3 | 714 | 2/12/2019 |
1.0.0.2 | 693 | 2/12/2019 |
1.0.0.1 | 706 | 1/31/2019 |
1.0.0 | 693 | 1/29/2019 |
EasyDefine是一个使用动态编译技术实现的简单定义MVC三层架构的框架。用户使用标注即可生成DAL、BAL等业务,而无需进行重复冗余的编码。