EF Core - Scaffold don't create the database classes
----------------------------------------------------
Key: DNET-886
URL: http://tracker.firebirdsql.org/browse/DNET-886
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider
Affects Versions: 6.6.0.0
Environment: Windows 8.1, Visual Studio 2019 (16.1.5), Firebird 3.0-Database
Reporter: Henning Hassmann
Assignee: Jiri Cincura
Hi, I try to create the databases classes with Scaffold but I only get the xxx_DataContext.cs.
My Scaffold-String looks like this:
Scaffold-DbContext "User=xxx;Password=xxx;Database=localhost/3050:Test;Dialect=3;Charset=NONE;Role=;ServerType=0" FirebirdSql.EntityFrameworkCore.Firebird -DataAnnotations -ContextDir Data -OutputDir DB_Modell
Is anything else missing?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|