Commit Graph

21729 Commits

Author SHA1 Message Date
Eilon Lipton 2feefbae10 Merge pull request #19 from hishamco/issue18
Update 'dnvmx -x86' switch
2015-03-25 09:10:38 -07:00
hishamco 586070f377 Update 'dnvmx -x86' switch 2015-03-25 12:14:18 +03:00
hishamco 98202236c5 Update 'dnvmx -x86' switch 2015-03-25 10:37:04 +03:00
Wei Wang 3860951100 Remove k command and use dnx instead 2015-03-24 22:35:54 -07: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 30232279fd Remove k command and use dnx instead 2015-03-24 21:46:51 -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 cdd5d6356f Remove k command and use dnx instead 2015-03-24 21:39:13 -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 475babfa37 Remove k command and use dnx instead 2015-03-24 21:29:55 -07:00
Wei Wang 7b707e3b7c Remove k command and use dnx instead 2015-03-24 21:28:25 -07:00
Wei Wang da56d693c4 Remove k command and use dnx instead 2015-03-24 21:27:52 -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
Praburaj ac63ee96ae Fixing tests after ElmMiddleware change 2015-03-24 10:55:10 -07:00
Praburaj cb159a678a Fixing the Elm middleware to check if request has form content
With a change to HttpAbstractions, ReadFormAsync throws if called on a request whose content type is not
not form encoded content.
2015-03-24 10:43:00 -07:00
Wei Wang 0f0fc2e23e Rename kpm to dnu 2015-03-24 00:36:00 -07:00
Praburaj 4a5b9f6b6e Add a description for the OpenIdConnect package 2015-03-23 21:34:26 -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
Rowan Miller 105d3353cf 🔥 Remove migrations end point 2015-03-23 15:56:30 -07:00
Rowan Miller f644aea3b1 🎨 Update 'k' to 'dnx' in migrations info 2015-03-23 15:55:43 -07:00
Kiran Challa f6ff2deebd Added readme file to enable git add wwwroot folder 2015-03-23 12:39:05 -07:00
ianhong ff209f04bb Should GetVirtualPath returns PathString 2015-03-22 19:39:20 -07:00
N. Taylor Mullen 890fce4eed React to EF changes. 2015-03-22 12:11:42 -07:00
Praburaj f35bfcd271 Adding MapPath extension 2015-03-21 07:18:40 -07:00
Smit Patel ad009c05d6 Reacting to EF: Setting Identity as ValueGenerationStrategy explicitly 2015-03-20 17:39:02 -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
ajcvickers 7d97d61950 Another using 2015-03-20 16:40:55 -07:00
ajcvickers 0812658de4 Add usings 2015-03-20 16:33:00 -07:00
ajcvickers 1428d31463 Read connection string explicitly. 2015-03-20 16:17:12 -07:00
Kiran Challa fe5b6d67c5 Fix routing sample 2015-03-20 14:55:05 -07:00
ajcvickers a76b6cac24 Stop passing IConfiguration to AddEntityFramework 2015-03-20 14:25:25 -07:00
Praburaj 8e57f8af64 Reacting to FileSystem changes
IFileInfo is readonly
2015-03-20 11:56:05 -07:00
Wei Wang 3cd272a96a Rename kpm to dnu in standard goal scripts 2015-03-20 10:34:39 -07:00
ianhong 3693002b02 Introducing VirtualPathData for IRouter.GetVirtualPath 2015-03-19 21:59:20 -07:00
Hao Kung 0db1f1a42f React to hosting 2015-03-19 21:02:35 -07:00
David Fowler 543b08c254 Fixed CORS dependencies 2015-03-19 19:45:14 -07:00
Hao Kung 7e3db8935e Fix views 2015-03-19 15:55:13 -07:00
Hao Kung bfede03e7c React to identity changes 2015-03-19 15:41:10 -07:00
Hao Kung 01ac7f770a React to identity changes 2015-03-19 15:40:31 -07:00
Hao Kung 4162a8ce89 React to hosting 2015-03-19 12:44:25 -07:00
Hao Kung 226257020b React to hosting 2015-03-19 12:11:02 -07:00