Created Unassigned: Configuration Switch for GeneratedCodeAttribute [140]
It would be really useful to provide a switch to include the GeneratedCodeAttribute for each class created.
View ArticleCommented Unassigned: Problem generating Stored Procedures [139]
Hi,I modified the main .tt script in order to have the code generated in separate files and distinct kind of elements separated in folders as described here:// Elements to generate...
View ArticleNew Post: Custom Data Annotations
I need to serialize my entities with the JsonSerializer from Newtonsoft but this serialize all properties including the Reverse Navigation and Foreign Keys. The simplest way to exclude them is to use...
View ArticleNew Post: List names in IMsSqlContext
Hi Is there a way to control the way names are generated ? For example I have a table in database for banks info and warehouses. The thing is that they are named in Polish and some tables have name in...
View ArticleCreated Unassigned: Model classes not generated for table with only a...
__Repro steps__: 1. Create a table that _only_ has two columns (type int) that are FKs to PKs in two other tables. 1. Create a primary composite key from the two columns and have EF Reverse POCO...
View ArticleCommented Unassigned: Configuration Switch for GeneratedCodeAttribute [140]
It would be really useful to provide a switch to include the GeneratedCodeAttribute for each class created.Comments: +1 to this, (__Note__: currently, only the POCO classes get that attribute, however,...
View ArticleCreated Unassigned: Foreign keys not generated for a composite FK [142]
Note: This might be related to [Issue141](https://efreversepoco.codeplex.com/workitem/141) Given the tables that have the following definitions:```-- TABLE ACREATE TABLE [dbo].[A]( [AId] [int]...
View ArticleCommented Unassigned: Configuration Switch for GeneratedCodeAttribute [140]
It would be really useful to provide a switch to include the GeneratedCodeAttribute for each class created.Comments: __Update__: seems like StyleCop Analyzers are not supporting the...
View ArticleNew Post: List names in IMsSqlContext
You can turn off the pluralization set it to null (in your tt file about line 51) or create CustomPluralizationEntry with table name.
View ArticleSource code checked in, #058b1ea5cd04
Make the FakeMyDbContext partial when MakeClassesPartial = true
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Make the FakeMyDbContext partial when MakeClassesPartial = true. Thanks to Police Officer.Whats new in v2.15.1:Fix bug with stored procedure nullable parameters. Thanks...
View ArticleSource code checked in, #a10338db7658
Case 140. Include <auto-generated /> in the generated code
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Make the FakeMyDbContext partial when MakeClassesPartial = true. Thanks to Police Officer.Case 140. Include <auto-generated /> in the generated code. Thanks to...
View ArticleEdited Unassigned: Configuration Switch for GeneratedCodeAttribute [140]
It would be really useful to provide a switch to include the GeneratedCodeAttribute for each class created.
View ArticleCommented Unassigned: Configuration Switch for GeneratedCodeAttribute [140]
It would be really useful to provide a switch to include the GeneratedCodeAttribute for each class created.Comments: I have included ``` // <auto-generated /> ``` In the generated code. This will...
View ArticleCommented Unassigned: Model classes not generated for table with only a...
__Repro steps__: 1. Create a table that _only_ has two columns (type int) that are FKs to PKs in two other tables. 1. Create a primary composite key from the two columns and have EF Reverse POCO...
View ArticleEdited Unassigned: Model classes not generated for table with only a...
__Repro steps__: 1. Create a table that _only_ has two columns (type int) that are FKs to PKs in two other tables. 1. Create a primary composite key from the two columns and have EF Reverse POCO...
View ArticleCommented Unassigned: Foreign keys not generated for a composite FK [142]
Note: This might be related to [Issue141](https://efreversepoco.codeplex.com/workitem/141) Given the tables that have the following definitions:```-- TABLE ACREATE TABLE [dbo].[A]( [AId] [int]...
View ArticleCommented Unassigned: Foreign keys not generated for a composite FK [142]
Note: This might be related to [Issue141](https://efreversepoco.codeplex.com/workitem/141) Given the tables that have the following definitions:```-- TABLE ACREATE TABLE [dbo].[A]( [AId] [int]...
View ArticleCommented Unassigned: Configuration Switch for GeneratedCodeAttribute [140]
It would be really useful to provide a switch to include the GeneratedCodeAttribute for each class created.Comments: That's perfect, thanks a lot Simon!
View Article