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
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
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
Pranav K
017549aa46
Reacting to System.Threading version changes
2014-12-15 15:10:39 -08:00
Pranav K
10a32fda26
Reacting to System.Threading version changes
...
* Sorting project.json references alphabetically
2014-12-15 14:44:33 -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
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
Victor Hurdugaci
4114c872ac
Add the complete build option to the build script (build + test)
2014-12-10 14:07:58 -08:00
Suhas Joshi
9e9f331025
Updating to dev NuGet.config
2014-12-08 15:25:23 -08:00
Suhas Joshi
d74c4201f2
Updating to dev NuGet.config
2014-12-08 15:25:11 -08:00
Suhas Joshi
425e9305a5
Updating to dev NuGet.config
2014-12-08 15:25:08 -08:00
Suhas Joshi
ae6698a924
Updating to dev NuGet.config
2014-12-08 15:24:14 -08:00
Suhas Joshi
9214253ba6
Updating to release NuGet.config
2014-12-08 15:17:09 -08:00
Suhas Joshi
42c2a0a56d
Updating to release NuGet.config
2014-12-08 15:16:19 -08:00
Suhas Joshi
ae6c971bfb
Updating to release NuGet.config
2014-12-08 15:16:10 -08:00
Suhas Joshi
641cb38d5d
Updating to release NuGet.config
2014-12-08 15:12:36 -08:00
Suhas Joshi
b20b184b3a
Merge remote-tracking branch 'origin/release' into dev
2014-12-08 14:46:28 -08:00
Chris Ross
4e929bb300
Stop setting WebRoot explicitly.
2014-12-05 11:49:05 -08:00
Praburaj
a67bd6820c
Adding some coverage for the .Include EF statements
2014-12-04 14:35:32 -08:00
Doug Bunting
ea355e137f
Fix #118 , Only check K projects for XML documentation errors
...
- ignore leftover XML files e.g. from other branches
- tested manually in MVC repo with a bad doc file outside a K project
- limit checked XML files to those in `bin` directory under K projects
- align with clean target: that only removes bin directories under K projects
- approach ignores XML files in .csproj projects but no such projects in
repos where _k-xml-docs-test.shade file is used
Address old [comment](https://github.com/aspnet/Universe/pull/101/files#r16633938 ) from @Eilon on PR#101
> Traditionally we use i++ and not ++i.
2014-12-04 10:37:42 -08:00
mikary
b580856e66
Updating for EntityFramework API change to DbContext Entry Methods
2014-12-04 09:53:55 -08:00
Suhas Joshi
2286b14290
Add retry logic for Publishtests
2014-12-03 17:00:28 -08:00
ajcvickers
715b744146
React to EF API changes
2014-12-02 14:48:55 -08:00
Praburaj
65f58b98a8
Fixing the test failure
...
On introducing a FK relationship from OrderDetails table to Album table with album id creates a problem when deleting an album that's checked out atleast once.
2014-12-02 11:29:49 -08:00
Praburaj
e21f6052f2
Using .Include in queries instead of manual joining
...
Also removed Identity setup from Ntlm Startup
Some minor using statements ordering.
2014-12-02 11:00:28 -08:00
Suhas Joshi
681327f396
Fixed tests to run on Mono
2014-12-01 17:49:16 -08:00
Brice Lambson
42f92f78e6
Remove some repos
2014-12-01 16:25:38 -08:00