Singular DbSet in Controller

Scaffolding creates dbcontext and controllers. DbSet are plural in the DbContext and singular in controllers. Needless to say, it doesn't compile and I have to fix either context or controller. Sho...

Id #50 | Release: None | Updated: Mar 12 at 11:48 AM by GiorgioBozio | Created: Mar 12 at 11:48 AM by GiorgioBozio

Default Pluralization Culture

As described in this issue: http://mvcscaffolding.codeplex.com/workitem/9, there is no way to set a default pluralization culture to Get-PluralizedWord and Get-SingularizedWord commands, even if th...

Id #49 | Release: None | Updated: Mar 1 at 1:50 AM by LeonelSanches | Created: Mar 1 at 1:50 AM by LeonelSanches

Use MetaData buddy classes

Be great if you could either via the MetadataType attribute, or by convention (<entity>MetaData), pick up meta data from a buddy class to support where using existing model classes that have been g...

Id #48 | Release: None | Updated: Jan 26 at 3:22 PM by bakesteve | Created: Jan 26 at 2:17 PM by bakesteve

Scaffold controller crashes Visual Studio when recursive foreign key is present

Given the following model, the command "scaffold controller Subject" will crash visual studio, presumably due to a stack overflow. Removing the ParentId and Parent properties resolves the issue. ...

Id #47 | Release: None | Updated: Jan 18 at 2:22 AM by kbaltrinic | Created: Jan 18 at 2:22 AM by kbaltrinic

Custom ControllerWithRepository.cs.t4 is ignored

Hi, It appears that the custom T4 template ControllerWithRepository.cs.t4 is ignored when scaffolding. The controller that is generated is based off the default template. Thanks, Chris

Id #46 | Release: None | Updated: May 4 at 9:59 PM by gtejeda | Created: Jan 14 at 1:31 PM by ChrisLotter

Children of Parent not saving

Hi, I set up an mvc application using the EF4 model and POCO T4 template. As you probably know this result in me having class with children defined in them. I then generate the controller for th...

Id #45 | Release: None | Updated: Jan 14 at 5:33 AM by cossy74 | Created: Jan 14 at 5:33 AM by cossy74

Flexibility on pluralize

I've recently used the AjaxGridScaffolder which adopts a good approch to the problem of pluralization. It use the model class name (like Pizza) for objects singular names and the DbSet<T> names fro...

Id #44 | Release: None | Updated: Dec 19 2011 at 5:32 PM by gilbertoc | Created: Dec 19 2011 at 5:32 PM by gilbertoc

MvcScaffolding stopped working.

Hi, I've been using MvcScaffolding in my project since October ( this year's october ) and it did a great job ( with NuGet Package Manager 1.5.* ). However, today I've updated version of NuGet ...

Id #43 | Release: None | Updated: Jan 4 at 6:06 AM by eranov | Created: Dec 13 2011 at 12:26 PM by klusi0

Creating separate T4Scaffolding.Core package with base functionality

I'm building scaffolding packages for building Silverlight, WinRT, Windows Phone business applications and I need base T4Scaffolding package, that have the base classes from T4Scaffolding package a...

Id #42 | Release: None | Updated: Apr 30 at 7:13 PM by tbmihailov | Created: Dec 6 2011 at 8:39 AM by tbmihailov

Template should default to ViewName

When generating a single view the -Template paramater should default to the -ViewName parameter instead of "Empty". Since the template and view name are typically the same it seems silly to have to...

Id #41 | Release: None | Updated: Oct 28 2011 at 7:16 PM by jfrench | Created: Oct 28 2011 at 7:16 PM by jfrench