Wei.Repository 2.0.0.2

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

// Install Wei.Repository as a Cake Tool
#tool nuget:?package=Wei.Repository&version=2.0.0.2

基于EFCore+Dapper 封装Repository,实现UnitOfWork,提供基本的CURD操作,支持多数据

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Wei.Repository:

Package Downloads
Wei.Service

基于Wei.Repository,封装的AppService,提供基本的CURD操作,也可以继承AppService,重写CURD操作,实现Entity>Dto自动映射

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0.2 418 10/12/2022
2.0.0.1 451 9/28/2022
2.0.0 413 9/27/2022
1.0.6 793 1/3/2020
1.0.5 693 12/27/2019
1.0.4 486 12/27/2019
1.0.3 568 12/25/2019
1.0.2 469 12/25/2019
1.0.1 460 12/24/2019
1.0.0 470 12/24/2019

基于EFCore+Dapper 封装Repository,实现UnitOfWork,提供基本的CURD操作,支持多数据