Suhas Joshi
6e294035a5
Added logging to code and updated tests
2015-01-15 15:42:48 -08:00
Chris Ross
9aff289dfe
Handle PipelineCore rename.
2015-01-15 15:25:17 -08:00
Doug Bunting
f38d08a408
#37 , Support sample- or test-only repositories
...
- skip a few targets when src directory does not exist
2015-01-15 15:02:41 -08:00
Chris Ross
5e55833168
Handle PipelineCore rename.
2015-01-15 14:27:53 -08:00
Chris Ross
8385a3c3fc
Handle PipelineCore rename.
2015-01-15 14:20:16 -08:00
Pranav K
bef9af4679
Fixing build break
...
* Run ModelBinding test that uses Moq to run under ASPNET50
* Update AssociatedValidatorProviderTest to reflect API changes
2015-01-15 14:20:00 -08:00
Chris Ross
19ccebb4ce
Handle PipelineCore rename.
2015-01-15 14:03:11 -08:00
Pranav K
fe1bcc7a24
ElementalValueProvider performs incorrect prefix check in
...
ContainsPrefixAsync
Fixes #1814
2015-01-15 14:02:41 -08:00
Pranav K
b24cec0add
Add net45 as a target framework for Microsoft.AspNet.Mvc.Common
2015-01-15 14:02:36 -08:00
Chris Ross
f7c502a9e6
Handle PipelineCore rename.
2015-01-15 13:57:07 -08:00
Ajay Bhargav Baaskaran
437eb93bde
File upload model binder
...
- Support for binding posted file to type IFormFile
- Support for multipart/form-data in FormValueProviderFactory
- Updated Mvc Sample
- Added relevant unit and functional tests
2015-01-15 13:41:14 -08:00
Praburaj
ad5cfb9e6e
Reacting to namespace changes PipelineCore => Http.Core V2
2015-01-15 13:32:28 -08:00
Praburaj
c9d0a4d9da
Reacting to namespace changes PipelineCore => Http.Core
2015-01-15 13:27:17 -08:00
Kirthi Krishnamraju
6a824a4394
Added ModelMetadataType Attribute and logic to get attributes from ModelMetadata class
2015-01-15 13:19:10 -08:00
Praburaj
0f9173ecb0
Adding a Start up class for OpenIdConnect authentication
2015-01-15 13:16:37 -08:00
Chris Ross
9746a67990
Handle PipelineCore rename.
2015-01-15 12:45:07 -08:00
Chris Ross
d43cf30eff
#162 - Rename PipelineCore project to Http.Core. Part 2.
2015-01-15 12:37:34 -08:00
Pranav K
6641997836
Add support for `@removeTagHelpers` inheritance from _ViewStart files
...
Fixes #1657
2015-01-15 12:12:00 -08:00
Chris Ross
68be1d1b19
#162 - Change PipelineCore namespace to Http.Core. Part-1.
2015-01-15 11:52:34 -08:00
Harsh Gupta
106b9fc30c
Adding proper descriptions in readme.md files for functional tests.
2015-01-15 11:12:48 -08:00
Pranav K
123e649ee2
* Removing transitive dependencies from project.json
...
* Fix casing for project.json
2015-01-15 07:54:10 -08:00
Hao Kung
16a811479e
Simplify HttpContextAccessor (now singleton)
2015-01-14 17:24:33 -08:00
Chris Ross
61bdaec1e2
Handle QueryBuilder namespace change.
2015-01-14 17:04:10 -08:00
Suhas Joshi
b46bec1a7e
Increase wait time for server to start
2015-01-14 16:09:07 -08:00
Chris Ross
5c189d87ad
Prepend all links with ./.
2015-01-14 16:01:28 -08:00
Chris Ross
212c264ed3
Use strongly typed headers.
2015-01-14 16:01:25 -08:00
Chris Ross
91d7e382d1
Consume new strongly typed headers. Remove temp implementations.
2015-01-14 15:51:34 -08:00
Chris Ross
4fb21644fc
Implement strongly typed headers.
2015-01-14 15:41:09 -08:00
Chris Ross
38fb911afc
Clean up auth types, copywrite headers, file names, exceptions.
2015-01-14 15:13:24 -08:00
Chris Ross
91242245f3
Fix directory casing, part 2.
2015-01-14 14:54:47 -08:00
Chris Ross
8e6e7f9590
Fix directory casing, part1.
2015-01-14 14:53:51 -08:00
BrentSchmaltz
49e66f0311
Additions for OpenIdConnectMiddleware and OAuthBearer Beta1.
2015-01-14 14:50:45 -08:00
N. Taylor Mullen
8c47f6a67e
Modify tests to account for new tag and attribute names for TagHelpers.
...
- Also added additional tests to validate new lower kebab casing.
#240
2015-01-13 22:51:20 -08:00
N. Taylor Mullen
2ad828f5bc
Change TagHelper tag and attribute names to be lower kebab cased.
...
- Lower kebab casing is the HTML convention.
#240
2015-01-13 22:51:19 -08:00
N. Taylor Mullen
8529ea2f0d
React to aspnet/Razor#240 .
...
- Updated tests to account for new casing.
2015-01-13 22:35:43 -08:00
NTaylorMullen
4c20352e2a
Updated test files to react to aspnet/Razor#260 .
2015-01-13 21:32:05 -08:00
Praburaj
8864111f5b
Increasing wait time out on mono tests
...
Right now since console logger is enabled there seems more delay in app start.
2015-01-13 16:28:54 -08:00
N. Taylor Mullen
2d2c2cdf0f
Add warning disable for unused variable warnings for TagHelper fields.
...
- Added a 0414 warning disable/restore around the __tagHelperStringValueBuffer since it's the only TagHelper utility field that "may" never be used.
- Regenerated baselines for TagHelper test files.
#260
2015-01-13 14:44:22 -08:00
Praburaj
cc38726ec8
LoggerExtensions can take in param objects[] instead of param string[]
2015-01-13 14:06:09 -08:00
Doug Bunting
89fd1abc58
Nit: Clean up duplicate tests
...
- lead to errors during test discovery in VS
2015-01-13 12:49:26 -08:00
Doug Bunting
6e68637af1
Nit: Remove unneeded sample dependencies on Microsoft.AspNet.Mvc.TestConfiguration
2015-01-13 12:49:22 -08:00
Doug Bunting
c0d27ee56d
Add `CultureReplacerMiddleware` for use in functional test web sites
...
- #1766
- use `ReplaceCultureAttribute` to avoid `CultureReplacer` thread consistency checks
- also update test expectations to match new formats
nit: use `UseMiddleware()` extension method rather than `app.Use()`
2015-01-13 12:49:02 -08:00
Praburaj
2df24fd02a
Creating a helper to retry a piece of code.
2015-01-13 11:32:34 -08:00
Youngjune Hong
40e479c915
MvcTagHelpers tests for
...
1) A few `<input/>` tag helpers in a partial view invoked (`@Html.PartialAsync()`) in a loop within a `@for` inside an `using @Html.BeginForm()` block.
2) A custom template e.g. EditorTemplates/MyType.cshtml containing a mix of `<input/>`, `<select/>`, and various input HTML helpers invoked (`@Html.Editor[For]()`) in a loop within a `@for` inside an `using @Html.BeginForm()` block.
3) `<select/>` tag helpers with an `using @Html.BeginForm()` block
4) HTML helpers in the <form/> tag helper
2015-01-13 10:12:19 -08:00
Pranav K
cbea96cf37
Reacting to Roslyn version change
2015-01-13 08:19:49 -08:00
Pranav K
b7d44666b8
Adding support for flowing compilation errors to Diagnostics middleware
...
Fixes #872
2015-01-13 07:32:58 -08:00
Ajay Bhargav Baaskaran
62b6ab8721
Added missed license header and removed unused file
2015-01-12 17:42:05 -08:00
Ryan Nowak
08b83fefc3
Some cleanup of action invoker and related code
...
The action invoker no longer needs access to model metadata or to the
input formatter selector. This change removes the same as constructor
parameters and cleans up tests which use the invoker.
2015-01-12 16:44:39 -08:00
Ajay Bhargav Baaskaran
4377bb24ce
Added extension methods for FormFile
2015-01-12 14:54:12 -08:00
Ryan Nowak
61d9c2cbf8
fix build break
2015-01-12 14:36:21 -08:00