Tiraggo.Edmx 1.0.8

dotnet add package Tiraggo.Edmx --version 1.0.8
NuGet\Install-Package Tiraggo.Edmx -Version 1.0.8
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="Tiraggo.Edmx" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tiraggo.Edmx --version 1.0.8
#r "nuget: Tiraggo.Edmx, 1.0.8"
#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 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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
1.0.8 7,954 11/18/2013
1.0.7 2,980 9/23/2013
1.0.6 1,194 9/23/2013
1.0.5 1,365 9/22/2013
1.0.4 1,182 9/22/2013
1.0.3 1,164 9/22/2013
1.0.2 1,173 9/22/2013
1.0.1 1,114 9/22/2013
1.0.0 1,165 9/22/2013

The class tgSchema contains a property named ProviderManifestToken which was a ushort turns out it needed to be a string.