Closed Feature: Make use of db comments to aid with data annotations [56]
As emailed to me by Fatih Yücel ŞEN <fatihyucelsen@hotmail.com>When reading the database schema, also read the column __comments__ for each field.This could be in the format...
View ArticleNew Post: Cannot add the new item Reverse Poco to my project.
I was following the example video and I am at a loss for how to add the reference to the Reverse Poco Generator to my project. I have installed the .vsix file and once in the project I choose Add-New...
View ArticleCreated Unassigned: Apply GeneratedCodeAttribute to generated code [100]
See http://blogs.msdn.com/b/codeanalysis/archive/2007/04/27/correct-usage-of-the-compilergeneratedattribute-and-the-generatedcodeattribute.aspx for how it should be done.Patch coming.. :-)
View ArticleUpdated Wiki: What's new
Whats comming in the next version:Case 61. Allow excluding/modifying columns. Also permits you to run a function against each column to optionally modify the column properties (eg. to tweak the name of...
View ArticleEdited Feature: Apply GeneratedCodeAttribute to generated code [100]
See http://blogs.msdn.com/b/codeanalysis/archive/2007/04/27/correct-usage-of-the-compilergeneratedattribute-and-the-generatedcodeattribute.aspx for how it should be done.Patch coming.. :-)
View ArticleClosed Feature: 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 ArticleClosed Feature: Apply GeneratedCodeAttribute to generated code [100]
See http://blogs.msdn.com/b/codeanalysis/archive/2007/04/27/correct-usage-of-the-compilergeneratedattribute-and-the-generatedcodeattribute.aspx for how it should be done.Patch coming.. :-)Comments:...
View ArticleClosed Feature: Ability to exclude Fields [61]
There is an option to exclude tables while generating classes.It would be great if you add another option to exclude some Fields also.For example all of our tables have CreateTime, UpdateTime, etc. and...
View ArticleUpdated Wiki: What's new
Whats new in v2.11.0:Case 61. Allow excluding/modifying columns. Also permits you to run a function against each column to optionally modify the column properties (eg. to tweak the name of the...
View ArticleReleased: v2.11.0 (Mar 06, 2015)
Whats new in v2.11.0Case 61. Allow excluding/modifying columns. Also permits you to run a function against each column to optionally modify the column properties (eg. to tweak the name of the generated...
View ArticleCreated Release: v2.11.0 (Mar 06, 2015)
Whats new in v2.11.0Case 61. Allow excluding/modifying columns. Also permits you to run a function against each column to optionally modify the column properties (eg. to tweak the name of the generated...
View ArticleNew Post: Cannot add the new item Reverse Poco to my project.
After you have initially installed the VSIX, you will need to restart Visual Studio.
View ArticleNew Post: Multiple Many to Many relationships between two tables
Can you help me by providing an the DDL for the above. Can't promise timelines as I want to get IDbSet changed to DbSet first.
View ArticleNew Post: No POCO generated for SQL Server
Do you have entity framework installed? Do you have an app.config file? In the app.config file, is there a named connection string in it? In the .tt file, is the named connection string mentioned in...
View ArticleNew Post: Cannot add the new item Reverse Poco to my project.
Simon, Thank you for responding. Yes I had restarted VS after each attempt. I tried both with VB and C#. Charlie
View ArticleNew Post: Support for (Table-valued) Functions
Hi, first: great job on this project! Thanks for including Stored Procedures. Can you create the same reverse engineering on (Table-valued) Functions? And if so yes; when? :) Thanks, Robbert
View ArticleSource code checked in, #8d6bef0411f8
Apply CodeGeneratedAttribute to generated code (except for partial elements)
View ArticleSource code checked in, #fda0118a9a6f
Generated Northwind code after GeneratedCodeAttribute added.
View Article