Brennan
2d2eedf89e
Update tests to use official xunit
2014-12-17 10:41:02 -08:00
Brennan
b014a9ef41
Update tests to use the official xunit
2014-12-17 10:23:40 -08:00
sornaks
07043ce1a9
Merge branch 'release' into dev
2014-12-16 14:52:16 -08:00
Hao Kung
e3602fac98
Login -> log in
2014-12-16 14:03:21 -08:00
Stuart Leeks
4af03693bf
Fix typos in Views\Home\Index.cshtml
2014-12-16 14:03:17 -08:00
Kai Ruhnau
e0beec90f4
Fixed folder name casing of Compiler/*
2014-12-16 12:32:35 -08:00
Pranav K
ce8d840cc6
Adding additional functional tests for ModelBinding
2014-12-16 12:25:37 -08:00
sornaks
1570e198ef
Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in.
...
Fix - When the model is passed in to a View, ViewDataDictionary sets it. During this process, we recurse through all the properties and create FastPropertyGetters for each of them. In this case, since it is an enumerable, the properties which we recurse through are not the elements of the collection but the properties of the Enumerable instead. i.e - Enumerable.Current. Creating getters for these properties are not necessary. The fix moves the property iteration step to a place where the properties are actually requested.
- Splitting TypeInformation class into two and separating their caches appropriately.
2014-12-16 12:19:38 -08:00
Pranav K
e078076408
Adding functional test for RazorViewEngineOptions.FileSystem
2014-12-16 12:08:40 -08:00
Ryan Nowak
ceaf257cd5
Update Razor to use official xunit runner
2014-12-16 12:05:53 -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
Brennan
700fa531de
Updating tests to use official xunit
2014-12-16 10:14:53 -08:00
Saar Cohen
d3344f0766
Changed hard coded argument string in the throw to use nameof
2014-12-15 18:59:12 -08:00
Pranav K
fcf2f93aa3
Updating System.ObjectModel version that was copied incorrectly
2014-12-15 16:50:13 -08:00
Victor Hurdugaci
e10f64c32f
Ignore some tests on downlevel
2014-12-15 16:45:35 -08:00
Ryan Nowak
6390bad0d3
Adding a pattern for returning 'unhandled' exception information via
...
middleware.
This should be used where posssible instead of throwing an exception and
catching in a test, as that only works in memory.
2014-12-15 16:29:08 -08:00
Pranav K
2e943eb3ab
Reacting to System.Diagnostics.Tracing version change
2014-12-15 16:20:40 -08:00
Ryan Nowak
c323e4d32f
Updating routing to use official xunit runner
2014-12-15 16:11:17 -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
70b2bdba99
Reacting to System.Threading version changes
2014-12-15 15:07:49 -08:00
Pranav K
20f21aa57f
Removing transitive dependencies from Microsoft.AspNet.Security.OAuth
2014-12-15 15:04:48 -08:00
Pranav K
67e8e8b421
Reacting to System.Threading version changes
2014-12-15 14:49:19 -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
Pranav K
effdc65d9f
Reacting to System.Threading.ExecutionContext being removed
2014-12-15 14:32:31 -08:00
Hao Kung
f69f46c330
Switch to new xunit
2014-12-15 14:23:04 -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
Ryan Nowak
1a617eb533
Fix an inadvertent 204 in activator tests
...
On a web server, this test ends up giving back a 204 because of the MVC
behavior when an action is declared to return void. The fix is to use
EmptyResult.
2014-12-15 11:18:39 -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
SonjaKhan
4f75ae6485
grouping elm by activity context
2014-12-12 17:12:11 -08:00
Pranav K
ba5712c824
Merge branch 'release' into dev
2014-12-12 16:56:54 -08:00
DamianEdwards
263e75c8a6
Update tests for Razor Tag Helpers Unique ID feature:
...
- aspnet/razor#241
2014-12-12 16:27:41 -08:00
DamianEdwards
7890a1b34c
Added TagHelperContext.UniqueId:
...
- The ID is created at view compilation time and is unique per TagHelperExecutionContext and thus per HTML element in the source for which Tag Helpers will run
- #241
2014-12-12 16:25:42 -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
0ae0435e98
Add a solution and kproj files.
2014-12-12 14:21:12 -08:00
Chris Ross
1b2415c5b3
Clean up samples.
2014-12-12 14:20:47 -08:00
Chris Ross
5243789dd2
Handle DI changes in tests.
2014-12-12 13:59:21 -08:00
Pranav K
2df482aa5c
Reacting to System.Xml.XmlSerializer version change
2014-12-12 13:55:01 -08:00
Pranav K
edc2c2d18c
Removing transitive references from aspnetcore50 to unblock build
2014-12-12 12:53:27 -08:00
Wei Wang
acc191efca
Merge branch 'release' into dev
2014-12-12 11:13:40 -08:00