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
Suhas Joshi
7ce8d6c801
Updating to dev NuGet.config
2014-12-08 15:24:50 -08:00
Suhas Joshi
6d2fb23f7d
Updating to dev NuGet.config
2014-12-08 15:24:47 -08:00
Suhas Joshi
350902db07
Updating to dev NuGet.config
2014-12-08 15:24:45 -08:00
Suhas Joshi
f958bbf774
Updating to dev NuGet.config
2014-12-08 15:24:40 -08:00
Suhas Joshi
fd45ff532c
Updating to dev NuGet.config
2014-12-08 15:24:38 -08:00
Suhas Joshi
cb6639c818
Updating to dev NuGet.config
2014-12-08 15:24:28 -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
4585b8d767
Updating to release NuGet.config
2014-12-08 15:15:59 -08:00
Suhas Joshi
6c82862688
Updating to release NuGet.config
2014-12-08 15:15:50 -08:00
Suhas Joshi
23ce588f7b
Updating to release NuGet.config
2014-12-08 15:15:31 -08:00
Suhas Joshi
b1b541404c
Updating to release NuGet.config
2014-12-08 15:15:11 -08:00
Suhas Joshi
3229ae2d7a
Updating to release NuGet.config
2014-12-08 15:14:58 -08:00
Suhas Joshi
b94ea56b72
Updating to release NuGet.config
2014-12-08 15:14:47 -08:00
Suhas Joshi
95a399e819
Updating to release NuGet.config
2014-12-08 15:14:36 -08:00
Suhas Joshi
9c28fc93c3
Updating to release NuGet.config
2014-12-08 15:14:17 -08:00
Suhas Joshi
d75e4c87ba
Updating to release NuGet.config
2014-12-08 15:14:08 -08:00
Suhas Joshi
523265de00
Updating to release NuGet.config
2014-12-08 15:13:29 -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
Ryan Nowak
9468d741ee
Fix for #1671 - Adding [FromHeader] attribute
2014-12-08 11:42:57 -08:00
SonjaKhan
62ec496aa3
fixing test failures
2014-12-08 10:38:00 -08:00
SonjaKhan
234c9ec935
adding a clear button to elm
2014-12-08 09:52:37 -08:00
David Fowler
a5ab614937
Removed the null check for IApplicationBuilder
2014-12-06 10:41:11 -08:00
David Fowler
559f5491d4
Make services registered in ConfigureServices work in Configure
...
- Added a test
#114
2014-12-06 10:41:10 -08:00
Harsh Gupta
d7094fd32d
Adding Support for TryUpdateModel using include expressions and predicate.
2014-12-05 17:28:43 -08:00
Ryan Nowak
ca714c5149
CR feedback from [ModelBinderAttribute]
2014-12-05 16:10:07 -08:00
Doug Bunting
f94bd53464
Add functional test of MVC tag helper sample
...
- ensure future changes don't break this sample
2014-12-05 15:48:43 -08:00
Doug Bunting
27beca7738
Fix #1618 , Add asp- prefix to custom attributes of MVC tag helpers
...
- update XML docs to reflect new HTML / custom attribute separation
- update `Exception` messages to use new attribute names
- update MVC tag helper sample to use new custom attribute names
- add missing `<input/>` tag helper `throw`s test
nits:
- reword a few comments and messages for clarity and consistency
- use `<exception/>` sections to describe what's thrown
- add "Reviewers" comments about current throws
- note `<a/>` and `<form/>` are slightly inconsistent with others: `throw`
if unable to override specified `href` or `action` attributes; rest
`throw` only if custom attributes are inconsistent e.g. `<input/>` with
`asp-format` but no `asp-for`
- create test tag helpers after all property values are available
2014-12-05 15:48:33 -08:00
Doug Bunting
69f63db7bf
Add out-of-order HTML attributes to MVC tag helper sample
...
- these are rendered in the same, non-alphabetic order
- demonstrates aspnet/Razor#225 does not affect HTML attributes
2014-12-05 15:48:23 -08:00
N. Taylor Mullen
b666cce854
Reacted to aspnet/Razor#215 changes.
2014-12-05 15:31:35 -08:00
Pranav K
6ec85baa22
Fixing build break
...
Change the casing of _ViewStart.cshtml to match the expected case.
2014-12-05 15:16:27 -08:00
N. Taylor Mullen
c2fae3b6fc
Change TagHelperDescriptor to 1 ctor so it can be deserialized.
...
Made existing ctor that was only ever used in Razor tests to be internal.
2014-12-05 15:08:39 -08:00
Kirthi Krishnamraju
d8455c3e64
Make Flush work without requiring curly braces
...
Fixes #1547
2014-12-05 14:53:09 -08:00
N. Taylor Mullen
cc0d5dd324
Add found TagHelperDescriptors on a Razor page to GeneratorResults.
...
- Ultimately this enables tooling to inspect what TagHelperDescriptors were found on a document and construct HTML schema based off of them.
- Added XML doc on the classes I touched that didn't have docs.
- Added [NotNull] to the result construct parameters.
- Added tests to validate that TagHelperDescriptors flow when found after parsing a Razor document.
#215
2014-12-05 14:53:06 -08:00
Pranav K
275d03a958
Compilation of Views should be affected by changes to _ViewStart files
...
that are applicable to the view.
Fixes #974
2014-12-05 14:44:36 -08:00
ianhong
5b1eae494e
Update templates\samples\tests to use ensure viewstart.cshtml and views directory names are cased appropriately. #1559
2014-12-05 13:27:22 -08:00
SonjaKhan
e94e3dc44e
adding some logging statements
2014-12-05 12:45:46 -08:00
Ryan Nowak
00ce7dcfcc
Fix build break
2014-12-05 12:24:19 -08:00
Harsh Gupta
e9bcc3f0e8
Adding support for ModelMetadataAttribute in core.
2014-12-05 12:00:19 -08:00
Chris Ross
4e929bb300
Stop setting WebRoot explicitly.
2014-12-05 11:49:05 -08:00