EdmxSourceGenerator 1.1.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package EdmxSourceGenerator --version 1.1.7
                    
NuGet\Install-Package EdmxSourceGenerator -Version 1.1.7
                    
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.7">
  <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.7" />
                    
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.7
                    
#r "nuget: EdmxSourceGenerator, 1.1.7"
                    
#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.
#:package EdmxSourceGenerator@1.1.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EdmxSourceGenerator&version=1.1.7
                    
Install as a Cake Addin
#tool nuget:?package=EdmxSourceGenerator&version=1.1.7
                    
Install 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 333 5/13/2023
1.2.2 307 5/13/2023
1.2.1 258 5/13/2023
1.2.0 287 5/13/2023
1.1.9 287 5/11/2023
1.1.8 262 5/11/2023
1.1.7 277 5/8/2023
1.1.6 259 5/8/2023
1.1.5 288 5/7/2023
1.1.4 283 5/3/2023
1.1.3 269 5/3/2023
1.1.2 299 4/30/2023
1.1.1 257 4/29/2023
1.1.0 300 4/29/2023
1.0.1 312 4/27/2023
1.0.0 304 4/26/2023

Added msbuild file to automatically set up the source generator.