Closed Unassigned: Solution Folders are not searched for config settings [44]
The existing GetAllProjects() function needs to be replaced. Below is a working fix-``` //public EnvDTE.Projects GetAllProjects() //{ // return GetSolution().Projects; //} public...
View ArticleUpdated Wiki: What's new
Whats in the next version:Now uses the .Net Pluralization service. Thanks to James Manning.Bug fixed when you have foreign keys between two tables where the FK/PK columns have spaces in the column...
View ArticleUpdated Wiki: What's new
Whats in the next version:Now uses the .Net Pluralization service. Thanks to James Manning.Bug fixed when you have foreign keys between two tables where the FK/PK columns have spaces in the column...
View ArticleUpdated Wiki: What's new
Whats in the next version:Now uses the .Net Pluralization service. Thanks to James Manning.Bug fixed when you have foreign keys between two tables where the FK/PK columns have spaces in the column...
View ArticleCommented Unassigned: Support for generating junction tables [45]
Maybe its there but I'm not seeing an option for allowing entities to be generated for junction tables.Comments: I was using 1.5. Junction tables are generated in 2.1. Keep up the good work!
View ArticleCommented Issue: make class names singular, DbSet names plural [36]
our existing code/schema follows the pattern of:- table name = plural- entity = singular- entity collection = pluralSo, a table called 'Dinners', a DbSet called Dinners, and a class name of Dinner...
View ArticleCommented Unassigned: Failed to load provider "System.Data.EntityClient" -...
Full log// This file was automatically generated.// Do not make changes directly to this file - edit the template instead.// // The following connection settings were used to generate this file// //...
View ArticleEdited Feature: Generate navigation property based on FK name [42]
When there are more than one reference to a table, the generator adds a number after the destination table name in the POCO class to name navigation property. For example if we have a Product table...
View ArticleCommented Feature: Generate navigation property based on FK name [42]
When there are more than one reference to a table, the generator adds a number after the destination table name in the POCO class to name navigation property. For example if we have a Product table...
View ArticleCommented Unassigned: Computed Columns [43]
Hey Simon,I've used this tool for a long time and recommend it highly! Always great.I just ran it against a table that has computed columns and properties were created - they should probably be...
View ArticleEdited Feature: Computed Columns [43]
Hey Simon,I've used this tool for a long time and recommend it highly! Always great.I just ran it against a table that has computed columns and properties were created - they should probably be...
View ArticleSource code checked in, #e767974a9c29
Computed columns now have 'internal' access. Thanks to ghandlin.
View ArticleEdited Feature: Computed Columns [43]
Hey Simon,I've used this tool for a long time and recommend it highly! Always great.I just ran it against a table that has computed columns and properties were created - they should probably be...
View ArticleCommented Feature: Computed Columns [43]
Hey Simon,I've used this tool for a long time and recommend it highly! Always great.I just ran it against a table that has computed columns and properties were created - they should probably be...
View ArticleClosed Feature: Computed Columns [43]
Hey Simon,I've used this tool for a long time and recommend it highly! Always great.I just ran it against a table that has computed columns and properties were created - they should probably be...
View Article