Kai Ruhnau
6cd5744383
Catch exceptions while disposing
2014-12-28 00:05:33 +01:00
David Fowler
e421b3f01c
Throw better error when libuv can't be loaded
...
- Throw more specific exception for *nix machines
2014-12-26 21:24:35 -08:00
Pranav K
82be0d3d4a
Reacting to FileSystem changes part 3
2014-12-24 08:03:46 -08:00
Praburaj
d9148bd6f7
Fixing KRE_ENV to ASPNET_ENV
2014-12-22 19:04:55 -08:00
David Fowler
217f9ca3d3
Merge pull request #125 from aidancasey/dev
...
NDC London bug fix! , changing environment variable name
2014-12-22 18:08:07 -08:00
Praburaj
9e62865dd9
Fixing code to pass KRE folder path not including bin
2014-12-22 13:14:02 -08:00
Pranav K
cce76cffd4
* Removing transitive dependencies from
...
Microsoft.AspNet.StaticFiles/project.json
* Replacing Contract.Assert with Debug.Assert and removing
System.Diagnostics.Contracts dependency
* Fixing casing for Microsoft.AspNet.StaticFiles.Tests/project.json file
name
2014-12-20 07:17:14 -08:00
Pranav K
dc74729b6c
More changes to DateTimeOffset
2014-12-20 07:07:43 -08:00
Pranav K
35ec5be17f
Reacting to FileSystem changes
2014-12-20 06:50:20 -08:00
Praburaj
a9ea8a87c8
Fixing the KRE name issue on mono
...
On mono with a recent change --runtime <value> for kpm pack is null as the value is not populated.
2014-12-19 13:45:51 -08:00
Suhas Joshi
e5a92daa51
Corrected json for mono
2014-12-19 11:59:12 -08:00
Praburaj
2dae44a607
Disabling IIS variation test as CI machine does not have IIS installed.
2014-12-19 10:53:33 -08:00
Praburaj
68102b8786
Enabling IIS variation of the test
...
Also organizing some test code.
2014-12-18 20:01:47 -08:00
Praburaj
3c49e439c9
Removing an incorrect test variation.
2014-12-18 19:25:59 -08:00
Praburaj
9c442e97ff
Using the latest xunit skip condition attributes to skip tests
...
Also moved all the helper code into sub-directories.
2014-12-18 19:25:51 -08:00
Praburaj Thiagarajan
102270d8db
Merge pull request #309 from stefaanvermassen/patch-2
...
Fixed README typo
2014-12-18 17:48:15 -08:00
Levi B
e9c4a8c9de
Conditionally run CNG tests only on supported platforms.
2014-12-18 15:43:08 -08:00
Chris Ross
4333003df0
Generalize BasePath logic.
2014-12-18 15:30:43 -08:00
Pranav K
52a72e6b0e
Updating makefile.shade so build only-compile is pretty printed in
...
TeamCity
2014-12-18 14:06:45 -08:00
Victor Hurdugaci
03d174efe2
Skip bug config on CI
2014-12-18 10:50:57 -08:00
Suhas Joshi
3b99fb5b9e
Added new target for release check
2014-12-18 10:35:45 -08:00
Stefaan Vermassen
b15e1a7880
Fixed README typos
2014-12-18 01:12:31 +01:00
Victor Hurdugaci
a92e2e9c00
Throw when a repo fails to build
2014-12-17 15:52:24 -08:00
Brennan
46e60b1276
Update tests to use official xunit
2014-12-17 15:15:43 -08:00
Suhas Joshi
368e96ad32
Fixes teamcity issue with Console.ReadLine()
2014-12-17 11:50:33 -08:00
Brennan
47c870c871
Update tests to use official xunit
2014-12-17 10:56:55 -08:00
Brennan
d08e5d3572
Updating tests to use official xunit
2014-12-17 10:46:08 -08:00
Brennan
2df9d8f098
Update tests to use official xunit
2014-12-16 10:44:13 -08:00
Brennan
32ff0e14a1
Missed a comma, whoops
2014-12-16 10:24:47 -08:00
Praburaj
51f60d5fd5
Enabling native module variations.
...
These do no run unless a machine has native module setup done and an environment variable named IIS_NATIVE_MODULE_SETUP=true. So the test will get skipped on pretty much on all machines except the ones where we want to run on.
2014-12-16 10:23:14 -08:00
Pranav K
8136affef9
Updating exception filters to use when instead of if
2014-12-16 10:21:48 -08:00
Brennan
372cedda69
Update tests to use official xunit
2014-12-16 10:21:42 -08:00
Pranav K
2e943eb3ab
Reacting to System.Diagnostics.Tracing version change
2014-12-15 16:20:40 -08:00
Brennan
4ad0f41eea
Update tests to use official xunit
2014-12-15 15:17:07 -08:00
Pranav K
017549aa46
Reacting to System.Threading version changes
2014-12-15 15:10:39 -08:00
Brennan
b7eb1a92bb
Update tests to use official xunit
2014-12-15 15:09:59 -08:00
Pranav K
10a32fda26
Reacting to System.Threading version changes
...
* Sorting project.json references alphabetically
2014-12-15 14:44:33 -08:00
Pranav K
ae169aa794
Reacting to System.Threading version changes
2014-12-15 14:42:21 -08:00
Chris Ross
04fbb076b2
#22 - Update client tests to use Kestrel so they can run on Win7.
2014-12-15 14:18:58 -08:00
Pranav K
b3eaf788dd
Updating build pull to pull to pull in parallel
2014-12-15 14:17:29 -08:00
Praburaj
4315eb231f
Some more fixes
2014-12-15 13:11:44 -08:00
Praburaj
50b756a776
Clean up - removing work arounds for bugs
...
1. Removed worked arounds that were previously applied for bugs as they are fixed now.
2. Sorted all using statements. Moved System.* to the top.
3. Fixed some of the code to follow engineering guidelines.
2014-12-15 11:48:24 -08:00
Doug Bunting
c8323f4ef3
Let VS assign a port for the MVC 6.0 project
...
- also add commented-out connection string for IIS deployment
2014-12-14 21:20:49 -08:00
Praburaj
0c59794996
A few changes
...
1. Adding helpers to install an app on IIS and run on top of native module
2. Enabled CoreCLR + Ntlm tests.
2014-12-12 16:07:49 -08:00
Chris Ross
2cdce758b1
Fix dependency versions.
2014-12-12 14:54:01 -08:00
Chris Ross
5243789dd2
Handle DI changes in tests.
2014-12-12 13:59:21 -08:00
Wei Wang
acc191efca
Merge branch 'release' into dev
2014-12-12 11:13:40 -08:00
ajcvickers
9b72e3a0bd
Reacting to EF API changes
2014-12-10 14:19:51 -08:00
AndriySvyryd
6120168c86
Reacting to the new EF relationship discovery convention
2014-12-10 14:16:20 -08:00
Wei Wang
9d643ae1ee
Move web.config from project root to wwwroot
2014-12-10 14:08:35 -08:00