Commit Graph

39583 Commits

Author SHA1 Message Date
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
SonjaKhan 71a4c18598 Collapsed Logs 2014-12-11 16:49:13 -08:00
Doug Bunting 3e26142de1 Remove use of `Assert.DoesNotThrow()`
- no longer in xunit 😃
2014-12-11 15:51:15 -08:00
N. Taylor Mullen 170b7a76fd Expose TagHelperDescriptors on TagHelperBlock.
- This will enable tooling to determine which descriptors are relevant to which TagHelperBlocks in the syntax tree.
2014-12-11 14:19:01 -08:00
Praburaj 3dfcc884fe Changes to address IFileSystem.Watch method addition
Absorbs the new IFileSystem interface. This change is to just address the breaking change introduced in IFileSystem.
Razor has to do the necessary changes to subscribe to the Watch event for expiring the modified files.
2014-12-11 10:00:46 -08:00
Ryan Nowak 09b01d8f32 update comment about precompilation (cr feedback) 2014-12-11 09:41:52 -08:00
Ryan Nowak c6bc97afbf Update precompilation to use the library manager instead of relative
paths.

This website is written to assume that $pwd is always in the functional
tests directory when it's launched. This works fine for the functional
tests, but causes issues in many other contexts, including VS.
2014-12-11 09:31:38 -08:00
Ryan Nowak f338f70e06 Update WebAPI shim functional tests to use a header for payload
The issue is that responses to HEAD cannot have a body. When running these
tests on a real server, they break because the server throws when you try
to write to the body.
2014-12-11 09:18:05 -08:00
Ryan Nowak b4975b779c Update names of WebSite projects for consistency
Project/Assembly names are all like 'FeatureWebSite' root namespaces
updated accordingly. This makes processing all of the functional tests and
deploying the web sites much simpler.
2014-12-11 09:10:24 -08:00
Suhas Joshi 3ebda03df9 Updating dev with latest on master 2014-12-10 17:43:57 -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
Ryan Nowak e65218d6df Adding servers and wwwroot folder to test websites
Adding dependencies and commands for iis, web listener and khestrel to each
site.

Each website comes with a readme.md to 'anchor' the otherwise empty
folder. We have another work item tracking adding content to these.

Once VS sees a project with a wwwroot, it wants to assign a port for iis,
so I let it.
2014-12-10 14:16:11 -08:00
Ryan Nowak 0ce5aed8dc Merge branch 'release' into dev 2014-12-10 14:11:57 -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
Ryan Nowak 1631ca1a47 Fix for #1681 - Model state errors are wrong with attributes like [FromHeader]
The issue here is that a model state error is added with the model name
'doubled'. This is on a fairly obscure code path and the code dates back
to the original WSR git checkin of webapi. There are no wsr tests that
verify this behavior.

The cause here is that our 'greedy' model binders (like
FromHeaderModelBinder) return 'true' whether or not they successfully
found a model, because they don't want other model binders to run.

This also has an effect on the validation system. That means that
validators will run and attempt to validate the model (which may be null).
That's that rare case where we get to this code path.
2014-12-10 14:03:51 -08:00
N. Taylor Mullen c680833350 Expose GetExportedTypes on TagHelperTypeResolver.
- This will enable tooling to provide their own mechanism for resolving assemblies.
2014-12-09 12:39:02 -08:00
SonjaKhan 66eb3af806 random cleanup 2014-12-09 10:55:22 -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 f380f6982f Updating to dev NuGet.config 2014-12-08 15:25:06 -08:00
Suhas Joshi 781615a29b Updating to dev NuGet.config 2014-12-08 15:25:03 -08:00
Suhas Joshi 915d3a6b16 Updating to dev NuGet.config 2014-12-08 15:24:57 -08:00
Suhas Joshi 274c9dbc4b Updating to dev NuGet.config 2014-12-08 15:24:52 -08:00