Go to file
Ryan Nowak ffb73a1ed8 Fix build issues with Injector
This was causing intellisense failures in VS. It looks like the
commandline is able to accidentally pick up the compatability extensions
from the model binding assembly, but this is not the case in VS.

Changed this code not to rely on compatability extensions.
2014-03-27 15:07:28 -07:00
samples/MvcSample.Web Adding support for scoped services in WebFX 2014-03-26 12:45:36 -07:00
src Fix build issues with Injector 2014-03-27 15:07:28 -07:00
test Reintroduce ModelStateDictionaryTest 2014-03-26 17:32:45 -07:00
.gitattributes
.gitignore
NuGet.Config Workaround for myget being down 2014-02-07 10:08:16 -08:00
WebFx.sln Updating test projects to use Microsoft.AspNet.Testing 2014-03-25 15:10:58 -07:00
build.cmd Updating build.cmd to cache NuGet.exe 2014-02-02 08:15:02 -08:00
global.json
makefile.shade