EdmxSourceGenerator 1.2.3

dotnet add package EdmxSourceGenerator --version 1.2.3
                    
NuGet\Install-Package EdmxSourceGenerator -Version 1.2.3
                    
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="EdmxSourceGenerator" Version="1.2.3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EdmxSourceGenerator" Version="1.2.3" />
                    
Directory.Packages.props
<PackageReference Include="EdmxSourceGenerator">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EdmxSourceGenerator --version 1.2.3
                    
#r "nuget: EdmxSourceGenerator, 1.2.3"
                    
#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.
#addin nuget:?package=EdmxSourceGenerator&version=1.2.3
                    
Install EdmxSourceGenerator as a Cake Addin
#tool nuget:?package=EdmxSourceGenerator&version=1.2.3
                    
Install EdmxSourceGenerator as a Cake Tool

Source Generator for dumping generating source code from an edmx file as an alternative to text templates. Also can generate metadata on the entity types as well with a special MetaData.yml file.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
1.2.3 235 5/13/2023
1.2.2 216 5/13/2023
1.2.1 168 5/13/2023
1.2.0 207 5/13/2023
1.1.9 198 5/11/2023
1.1.8 169 5/11/2023
1.1.7 187 5/8/2023
1.1.6 169 5/8/2023
1.1.5 199 5/7/2023
1.1.4 194 5/3/2023
1.1.3 181 5/3/2023
1.1.2 201 4/30/2023
1.1.1 166 4/29/2023
1.1.0 211 4/29/2023
1.0.1 223 4/27/2023
1.0.0 206 4/26/2023

Fixed bug where editing an edmx file ends up not regenerating the generated code.