EdmxSourceGenerator 1.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package EdmxSourceGenerator --version 1.1.3
                    
NuGet\Install-Package EdmxSourceGenerator -Version 1.1.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.1.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.1.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.1.3
                    
#r "nuget: EdmxSourceGenerator, 1.1.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.1.3
                    
Install EdmxSourceGenerator as a Cake Addin
#tool nuget:?package=EdmxSourceGenerator&version=1.1.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 236 5/13/2023
1.2.2 217 5/13/2023
1.2.1 169 5/13/2023
1.2.0 208 5/13/2023
1.1.9 199 5/11/2023
1.1.8 170 5/11/2023
1.1.7 188 5/8/2023
1.1.6 170 5/8/2023
1.1.5 200 5/7/2023
1.1.4 195 5/3/2023
1.1.3 182 5/3/2023
1.1.2 202 4/30/2023
1.1.1 167 4/29/2023
1.1.0 212 4/29/2023
1.0.1 224 4/27/2023
1.0.0 207 4/26/2023

Generate a shotcut create method for DbContext types.