Tiraggo.Edmx
1.0.8
dotnet add package Tiraggo.Edmx --version 1.0.8
NuGet\Install-Package Tiraggo.Edmx -Version 1.0.8
<PackageReference Include="Tiraggo.Edmx" Version="1.0.8" />
paket add Tiraggo.Edmx --version 1.0.8
#r "nuget: Tiraggo.Edmx, 1.0.8"
// Install Tiraggo.Edmx as a Cake Addin #addin nuget:?package=Tiraggo.Edmx&version=1.0.8 // Install Tiraggo.Edmx as a Cake Tool #tool nuget:?package=Tiraggo.Edmx&version=1.0.8
TiraggoEdmx exposes the full EDMX metadata to your T4 Templates including the low level physical SQL mapppings. After using TiraggoEdmx it will soon be your preferred way to write T4 templates. Many enhancements are coming to the API. If you want to help take a look at the 'TiraggoEntityInfo' class in github, it's very easy to add methods.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Tiraggo.Edmx:
Package | Downloads |
---|---|
Liekhus.EDMX.NHibernate.Maps
Using the EDMX design surface we can generate entities and maps using NHibernate and Fluent. |
|
Liekhus.EDMX.NHibernate.Entities
By leveraging the EDMX design surface you can now import database views and tables to generate NHibernate entities. It also uses a repository pattern to create the interface. |
|
Liekhus.EDMX.NHibernate.IntegrationTests
Generates NUnit integration tests based on the EDMX class model. |
GitHub repositories
This package is not used by any popular GitHub repositories.
The class tgSchema contains a property named ProviderManifestToken which was a ushort turns out it needed to be a string.