Why would scaffolding in the Beta generate the controller actions differently? If I change (Guid id = null) to (Guid id) like scaffolding did before installing the Beta it works fine.
Reporting by definition is different. Otherwise we would just show it on the screen.
ryanbesko
Contributor
3561 Points
619 Posts
Re: MVC 4, Entity Framework Code-First, Guid Primary Key, Scaffolding
Feb 29, 2012 06:31 PM|LINK
Why would scaffolding in the Beta generate the controller actions differently? If I change (Guid id = null) to (Guid id) like scaffolding did before installing the Beta it works fine.