Commented Issue: Missing "using DatabaseGeneratedOption =...
Hello, thanks for your project!There is a missing case "4.5": in EF.Reverse.POCO.ttinclude : Line 64 Thank you.Comments: Many thanks. This will be included in the next release.
View ArticleSource code checked in, #fccb11a5765b
Missing "using DatabaseGeneratedOption = System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption;" when targeting Framework 4.5. Thanks to alexdeblasis.
View ArticleSource code checked in, #775d90ec8d15
Add a default for getutcdate(). Thanks to mbargar13.
View ArticleEdited Feature: Error when using a DbContextBaseClass that does not implement...
If the DbContextBaseClass does not implement the constuctor:```public <#=DbContextName#>(string connectionString, System.Data.Entity.Infrastructure.DbCompiledModel model) : base(connectionString,...
View ArticleNew Post: No POCO generated for SQL Server
I configured the .tt and save it, but nothing happened. No code was generated.
View ArticleCreated Issue: Support Azure [97]
The generator fails to create the classes because it uses 'sys.extended_xx' stored procedures which are not supported by the Azure SQL.I could make it go without sys.extended*, and the side effects...
View ArticleCreated Unassigned: Bridge tables schema issue [98]
I have found a bug in EF.Reverse.POCO.Core.ttinclude line 2326 : if prependSchemaName variable is false, the many-to-many configuration method is generated without the schema parameter. It should do...
View ArticleCommented Unassigned: Bridge tables schema issue [98]
I have found a bug in EF.Reverse.POCO.Core.ttinclude line 2326 : if prependSchemaName variable is false, the many-to-many configuration method is generated without the schema parameter. It should do...
View ArticleCommented Issue: Missing "using DatabaseGeneratedOption =...
Hello, thanks for your project!There is a missing case "4.5": in EF.Reverse.POCO.ttinclude : Line 64 Thank you.Comments: in v2.10.1 if generating mapping only, need to add to line 24 "||...
View ArticleCommented Unassigned: Bridge tables schema issue [98]
I have found a bug in EF.Reverse.POCO.Core.ttinclude line 2326 : if prependSchemaName variable is false, the many-to-many configuration method is generated without the schema parameter. It should do...
View ArticleCommented Unassigned: Bridge tables schema issue [98]
I have found a bug in EF.Reverse.POCO.Core.ttinclude line 2326 : if prependSchemaName variable is false, the many-to-many configuration method is generated without the schema parameter. It should do...
View ArticleEdited Issue: Bridge tables schema issue [98]
I have found a bug in EF.Reverse.POCO.Core.ttinclude line 2326 : if prependSchemaName variable is false, the many-to-many configuration method is generated without the schema parameter. It should do...
View ArticleCommented Issue: Bridge tables schema issue [98]
I have found a bug in EF.Reverse.POCO.Core.ttinclude line 2326 : if prependSchemaName variable is false, the many-to-many configuration method is generated without the schema parameter. It should do...
View ArticleSource code checked in, #5714dbc36a6c
Missing "using DatabaseGeneratedOption = System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption;" when targeting Framework 4.5. Thanks to alexdeblasis.
View ArticleCreated Unassigned: Specify addition using namespaces [99]
According to the info in Database.tt, it should be possible to specify an IdentityDbContext base class. While this is technically true, it's only possible by fully qualifying the namespace...
View ArticleEdited Unassigned: Specify additional using namespaces [99]
According to the info in Database.tt, it should be possible to specify an IdentityDbContext base class. While this is technically true, it's only possible by fully qualifying the namespace...
View ArticleSource code checked in, #9016820170ea
StoredProcedureRename was being ignored. Thanks to slyCzar.
View ArticleUpdated Wiki: What's new
Whats comming in v2.10.2:Case 93. Merge logic for foreignKey column matching, previously .col=null was possible. Thanks toAHewgill.StoredProcs that return nullable binary types generate invalid...
View Article