Scaffolding on Windows 8

asp.net-mvc, visual-studio-2012, windows-8

Solution

When I try to install MvcScaffolding from NuGet, I get the message:

Sorry, T4Scaffolding and MvcScaffolding currently do not support preview 
versions of PowerShell 3 (for example, on prerelease copies of Windows 8).

It appears we will need to wait for an update from the authors. You can contact them through the MvcScaffolding NuGet package to request an update.

Problem

Does anybody try used MvcScaffolding/T4Scaffolding with Visual Studio 11 beta and Windows 8 Customer Preview? For me when I write: ``` Scaffold CustomScaffolder SomeScaffold ``` there is no result.

Original source