Go to file
dougbu ed1b2ddcc3 Run unit tests during builds
- add "test" command
- use latest (forked) XUnit packages
  update package references
  [PropertyData] -> [MemberData]
  Xunit.Extensions -> Xunit or Xunit.SDK
  Moq now available for .NET 4.5 only
- delete a couple of unit tests checking for ArgumentNullException
- provide TestCommon classes in Razor and Razor.Host test projects
- make ReplaceCulture internal because it's a shared source
2014-03-17 16:28:25 -07:00
samples Trigger view rendering asynchronously. 2014-03-17 12:18:54 -07:00
src Trigger view rendering asynchronously. 2014-03-17 12:18:54 -07:00
test Run unit tests during builds 2014-03-17 16:28:25 -07:00
.gitattributes
.gitignore
NuGet.Config Workaround for myget being down 2014-02-07 10:08:16 -08:00
WebFx.sln Moving ViewContext to rendering, breaking coupling to RequestContext 2014-03-10 16:15:46 -07:00
build.cmd
global.json
makefile.shade