TSharp.UnitOfWorkGenerator.EFCore
2.0.0-rc
See the version list below for details.
dotnet add package TSharp.UnitOfWorkGenerator.EFCore --version 2.0.0-rc
NuGet\Install-Package TSharp.UnitOfWorkGenerator.EFCore -Version 2.0.0-rc
<PackageReference Include="TSharp.UnitOfWorkGenerator.EFCore" Version="2.0.0-rc" />
paket add TSharp.UnitOfWorkGenerator.EFCore --version 2.0.0-rc
#r "nuget: TSharp.UnitOfWorkGenerator.EFCore, 2.0.0-rc"
// Install TSharp.UnitOfWorkGenerator.EFCore as a Cake Addin #addin nuget:?package=TSharp.UnitOfWorkGenerator.EFCore&version=2.0.0-rc&prerelease // Install TSharp.UnitOfWorkGenerator.EFCore as a Cake Tool #tool nuget:?package=TSharp.UnitOfWorkGenerator.EFCore&version=2.0.0-rc&prerelease
UnitOfWorkGenerator is a source generator. It runs during compilation, inspects your program for your dbContext Entities and produces the Repositories, the IRepositories, the UnitOfWork and the IUnitOfWork which are injected to your dll of your project you have installed the UnitOfWorkGenerator.
You will need to install the TSharp.UnitOfWorkGenerator.EFCore.Utils as well, please visit the project site for the detailed documentation.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Breaking changes in this version. Refactor attribute name which is used to generate the repositories. Added additional attributes for easier and faster installation. Increase flexibility.