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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.8 289 11/18/2013
1.0.7 52 9/23/2013
1.0.6 49 9/23/2013
1.0.5 71 9/22/2013
1.0.4 47 9/22/2013
1.0.3 48 9/22/2013
1.0.2 48 9/22/2013
1.0.1 47 9/22/2013
1.0.0 47 9/22/2013

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