boujnah5207 / sharp-architecture

Automatically exported from code.google.com/p/sharp-architecture
Other
0 stars 0 forks source link

Crud Scaffolding fires when adding a project #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the template to generate a new solution
2. Add a new project to the solution
3. Crud Scaffolding will fire throwing a bunch of errors and generating a
large amount of garbage.

What is the expected output? What do you see instead?
The new project added to the solution with out triggering the Crud Scaffolding.

What version of the product are you using? On what operating system?
I am using trunk as of 1/13/2009 on Windows XP x64

Please provide any additional information below.

Original issue reported on code.google.com by bobby.jo...@gmail.com on 14 Jan 2009 at 3:36

GoogleCodeExporter commented 9 years ago
I've added a new T4 issue at
http://www.codeplex.com/t4toolbox/WorkItem/View.aspx?WorkItemId=12374

Original comment by wmccaffe...@gmail.com on 14 Jan 2009 at 8:30

GoogleCodeExporter commented 9 years ago
I've modified the last line of CrudScaffolding/ScaffoldingGeneratorCommand.tt 
to be 
the following, which won't fire until it's uncommented:

// Uncomment this line when you're ready for the scaffolding generator to fire
//generator.Run();

Original comment by wmccaffe...@gmail.com on 24 Jan 2009 at 10:25