Commit Graph

19407 Commits

Author SHA1 Message Date
Praburaj a3b1954810 Changing --no-source variation to use desktop clr
Looks like --no-source is failing with coreclr
2015-03-27 15:28:04 -07:00
Praburaj 6dbe8dd993 Enabling --no-source variations 2015-03-27 14:51:59 -07:00
Praburaj 14889fe6eb Adding a trait for tests and some general refactoring 2015-03-26 17:08:38 -07:00
Praburaj 1eb38e5708 Adding CORS to the sample 2015-03-26 17:08:28 -07:00
Peter Hsu 273ad22337 Add precompiler to allow kre precompile views 2015-03-26 16:15:47 -07:00
Suhas Joshi 8cc1d57ab2 UpdateRepos for release 2015-03-26 11:58:31 -07:00
David Fowler 8373764c61 Merge pull request #398 from ChrisKlug/hellomvc-sample-update
HelloMvc sample update
2015-03-25 18:40:09 -07:00
Praburaj Thiagarajan 133001890e Merge pull request #443 from Bartmax/dev
fixed typo
2015-03-25 15:42:28 -07:00
Praburaj 666b1a170d Merge branch 'release' into dev 2015-03-25 15:41:13 -07:00
Praburaj e23365f757 Fixing the namespace in the sample view page 2015-03-25 14:22:25 -07:00
suhasj 35b3ddc929 Merge branch 'release' into dev 2015-03-25 11:50:52 -07:00
suhasj cb6600abaf Updating release NuGet.config 2015-03-25 11:50:32 -07:00
suhasj 19696895a2 Merge branch 'release' into dev 2015-03-25 11:48:10 -07:00
suhasj 7b16347079 Updating to release NuGet.config 2015-03-25 11:48:08 -07:00
suhasj 98606ada7b Merge branch 'release' into dev 2015-03-25 11:48:03 -07:00
suhasj ba3a544b8a Updating to release NuGet.config 2015-03-25 11:48:00 -07:00
suhasj 9f9f6e4bf3 Merge branch 'release' into dev 2015-03-25 11:47:50 -07:00
suhasj 012146e5a6 Updating to release NuGet.config 2015-03-25 11:47:48 -07:00
suhasj 78ba6f8a65 Merge branch 'release' into dev 2015-03-25 11:46:51 -07:00
suhasj b62578d4a1 Updating to release NuGet.config 2015-03-25 11:46:49 -07:00
suhasj 82140d0ed3 Merge branch 'release' into dev 2015-03-25 11:46:44 -07:00
suhasj fd86bf74c5 Updating to release NuGet.config 2015-03-25 11:46:42 -07:00
Bart Calixto aa4763493c fixed typo 2015-03-25 15:30:54 -03:00
suhasj 340d2c9fd6 Merge branch 'release' into dev 2015-03-25 11:29:31 -07:00
suhasj 13dc9d6018 Updating to release NuGet.config 2015-03-25 11:29:29 -07:00
suhasj 79e3871412 Merge branch 'release' into dev 2015-03-25 11:29:11 -07:00
suhasj 92101641a7 Updating to release NuGet.config 2015-03-25 11:29:08 -07:00
suhasj 3bb43e121b Updating feed to release 2015-03-25 10:41:48 -07:00
Praburaj 4ccf7b090b Fixing test helpers
The command to execute tests have changed to dnx . test. As a result the path to dnx.exe cannot be retrieved from Environment.CommandLineArgs().

Changing the way to obtain path to dnx.exe.
2015-03-25 09:57:03 -07:00
Eilon Lipton 2feefbae10 Merge pull request #19 from hishamco/issue18
Update 'dnvmx -x86' switch
2015-03-25 09:10:38 -07:00
hishamco 98202236c5 Update 'dnvmx -x86' switch 2015-03-25 10:37:04 +03:00
Wei Wang c1a386dc45 Remove k command and use dnx instead 2015-03-24 22:24:37 -07:00
Wei Wang 10cfee154b Remove k command and use dnx instead 2015-03-24 21:47:31 -07:00
Wei Wang 0b8274e260 Remove k command and use dnx instead 2015-03-24 21:45:32 -07:00
Wei Wang 2a95b7736e Remove k command and use dnx instead 2015-03-24 21:40:12 -07:00
Wei Wang ceb37405d5 Remove k command and use dnx instead 2015-03-24 21:34:59 -07:00
Wei Wang 5afe55dc39 Remove k command and use dnx instead 2015-03-24 21:31:44 -07:00
Wei Wang 6f5bf881d5 Remove k command and use dnx instead 2015-03-24 21:31:30 -07:00
Wei Wang 7b707e3b7c Remove k command and use dnx instead 2015-03-24 21:28:25 -07:00
Wei Wang 1d8f64d71c Remove k command and use dnx instead 2015-03-24 17:34:51 -07:00
Praburaj b233a7ee25 Re-enabling coreclr based E2E tests 2015-03-24 17:30:29 -07:00
suhasj 719fc44332 Merge branch 'release' into dev 2015-03-24 14:47:05 -07:00
Praburaj 65ef65e2d8 PR feedback on IsEnvironment extension
removing [NotNull] on environmentName parameter. String.Equals is expected to handle this appropriately.
2015-03-24 13:08:04 -07:00
Suhas Joshi 83d9003b7a React to Identity changes 2015-03-24 13:07:41 -07:00
Wei Wang 2bd951f1c6 Rename kpm to dnu 2015-03-24 00:51:09 -07:00
Wei Wang 0f0fc2e23e Rename kpm to dnu 2015-03-24 00:36:00 -07:00
Praburaj 0dbbd2f655 Adding some tests for the MapPath extension method
And looks like I pushed the MapPath extension change too soon. I had to fix an issue in the path for forward and backward slash.

For example if an application tries to do MapPath("/resource") then this code does not work cross plat unless the directory separator characters are fixed appropriately.

Fixed it and also added some test coverage.
2015-03-23 17:43:36 -07:00
Praburaj f35bfcd271 Adding MapPath extension 2015-03-21 07:18:40 -07:00
ajcvickers 9b188a047d Use UseSqlServer in tests 2015-03-20 17:04:48 -07:00
ajcvickers 2209b2e933 Fix copy/paste typo 2015-03-20 16:49:19 -07:00