EdmxSourceGenerator 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package EdmxSourceGenerator --version 1.2.0
                    
NuGet\Install-Package EdmxSourceGenerator -Version 1.2.0
                    
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.0">
  <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.0" />
                    
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.0
                    
#r "nuget: EdmxSourceGenerator, 1.2.0"
                    
#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.0
                    
Install EdmxSourceGenerator as a Cake Addin
#tool nuget:?package=EdmxSourceGenerator&version=1.2.0
                    
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 238 5/13/2023
1.2.2 220 5/13/2023
1.2.1 171 5/13/2023
1.2.0 210 5/13/2023
1.1.9 201 5/11/2023
1.1.8 172 5/11/2023
1.1.7 190 5/8/2023
1.1.6 172 5/8/2023
1.1.5 203 5/7/2023
1.1.4 198 5/3/2023
1.1.3 184 5/3/2023
1.1.2 204 4/30/2023
1.1.1 169 4/29/2023
1.1.0 215 4/29/2023
1.0.1 226 4/27/2023
1.0.0 209 4/26/2023

Fixed incorrect return type in generated context Create static methods.