TSharp.UnitOfWorkGenerator.EFCore
2.0.2-rc
See the version list below for details.
dotnet add package TSharp.UnitOfWorkGenerator.EFCore --version 2.0.2-rc
NuGet\Install-Package TSharp.UnitOfWorkGenerator.EFCore -Version 2.0.2-rc
<PackageReference Include="TSharp.UnitOfWorkGenerator.EFCore" Version="2.0.2-rc" />
paket add TSharp.UnitOfWorkGenerator.EFCore --version 2.0.2-rc
#r "nuget: TSharp.UnitOfWorkGenerator.EFCore, 2.0.2-rc"
// Install TSharp.UnitOfWorkGenerator.EFCore as a Cake Addin #addin nuget:?package=TSharp.UnitOfWorkGenerator.EFCore&version=2.0.2-rc&prerelease // Install TSharp.UnitOfWorkGenerator.EFCore as a Cake Tool #tool nuget:?package=TSharp.UnitOfWorkGenerator.EFCore&version=2.0.2-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 the project you have installed the UnitOfWorkGenerator.
You will need to install the TSharp.UnitOfWorkGenerator.EFCore.Utils as well, please visiti 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.