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
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
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
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
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
ajcvickers
a76b6cac24
Stop passing IConfiguration to AddEntityFramework
2015-03-20 14:25:25 -07:00
Wei Wang
3cd272a96a
Rename kpm to dnu in standard goal scripts
2015-03-20 10:34:39 -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
Levi B
794f60b104
Fix content path for config transform
...
This forces installation failure in a 4.5 project.
2015-03-19 11:00:05 -07:00
Hao Kung
19b75b688a
Rework hosting
...
- IStartupFilter support
- Rework HostingEngine
- AutoRequestScope by default via (IStartupFilter)
- RIP RequestContainer
2015-03-19 10:57:34 -07:00
Levi B
d2def94712
Reliability: Tweak comparison in key revocation checks
2015-03-18 15:15:58 -07:00
N. Taylor Mullen
bd14c064e9
Fix DNX naming issue for 'k test'.
...
- This re-enables CoreCLR testing when running build.cmd.
2015-03-18 13:35:59 -07:00
Praburaj
9faa6f8230
Copying the AspNet.Loader.dll only on non-kpm bundle scenario
2015-03-18 11:38:03 -07:00
Levi B
fd08325918
Skip registry checks on non-Windows platforms
2015-03-18 10:42:09 -07:00
Praburaj
777e6950fd
Changing project.json code node => compile
2015-03-18 10:16:06 -07:00
Levi B
ca840d3711
Code cleanup in KeyDerivation
...
- Rename PRF members to be HMAC functions (which is technically correct)
- Use NotNullAttribute where possible
2015-03-17 22:03:43 -07:00
Levi B
271ec1bd4b
Move IApplicationDiscriminator to Infrastructure namespace
2015-03-17 20:56:58 -07:00
Ajay Bhargav Baaskaran
db08329637
fix build break
2015-03-17 17:57:02 -07:00
Levi B
1e9d57f80c
UrlEncoder should always encode the U+003A COLON character
...
Provides extra defense-in-depth in case an application is using this API to encode a relative URL, otherwise the part before the colon could inadvertently be treated as a scheme.
2015-03-17 17:19:20 -07:00
Ajay Bhargav Baaskaran
de44c3be99
React to aspnet/HttpAbstractions#160 - Implementing OnResponseCompleted in TestHost
2015-03-17 16:10:05 -07:00
Levi B
22927ec289
Add simple file-based provider instantiation APIs
2015-03-17 15:36:58 -07:00
Levi B
84490846b6
Move time-limited data protector to Extensions project
2015-03-17 14:52:15 -07:00
Ajay Bhargav Baaskaran
68a125b9ce
React to aspnet/Razor#281 changes
2015-03-17 14:50:14 -07:00
Praburaj
36a3262661
Moving some IIS express related helpers to a different class.
2015-03-17 14:26:19 -07:00