.NET Core command-line (CLI) tool to generate Entity Framework Core source files.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 6.4.0 |
Author(s): | LoreSoft |
Last Update: | Tuesday, July 9, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/loresoft/EntityFrameworkCore.Generator |
NuGet Url: | https://www.nuget.org/packages/EntityFrameworkCore.Generator.Core |
Install
Install-Package EntityFrameworkCore.Generator.Core
dotnet add package EntityFrameworkCore.Generator.Core
paket add EntityFrameworkCore.Generator.Core
EntityFrameworkCore.Generator.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- Humanizer(>= 2.8.26)
- Microsoft.CodeAnalysis.CSharp(>= 3.7.0)
- Microsoft.CodeAnalysis.CSharp.Scripting(>= 3.7.0)
- Microsoft.EntityFrameworkCore.Design(>= 3.1.8)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.8)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.8)
- Microsoft.EntityFrameworkCore.Sqlite(>= 3.1.8)
- Microsoft.Extensions.Configuration.UserSecrets(>= 3.1.8)
- Npgsql.EntityFrameworkCore.PostgreSQL(>= 3.1.4)
- Pomelo.EntityFrameworkCore.MySql(>= 3.1.2)
- System.ComponentModel.TypeConverter(>= 4.3.0)
- System.Reflection.Emit.Lightweight(>= 4.7.0)
- YamlDotNet(>= 8.1.2)
Tags