Ryan Nowak
f77bb0ed2f
GenericModelBinder integration tests part 1
...
- Covers simple scenario for each model binder.
- Covers scenarios mixing a generic model binder with a greedy model
binder.
2015-04-28 17:43:29 -07:00
Doug Bunting
1111405786
Remove extra `[NotNull]` definition and second AssemblyInfo.cs file
...
- add necessary build-time dependency
- add missing `using Microsoft.Framework.Internal;` statements
- remove `[NotNull]` from tests
- avoid duplicate definitions of `[NotNull]` from referenced projects
- remove incorrect NotNullArgument.cs and second AssemblyInfo.cs files entirely
- merge content into AssemblyInfo.cs file in expected location
nit: clean up some trailing whitespace
2015-04-28 15:56:31 -07:00
Glenn Condron
cf8ea953e8
Update README.md
2015-04-28 15:52:11 -07:00
Troy Dai
97a3c47928
Revert "Temporarily remove compiling against non roslyn project references"
...
This reverts commit 088bcac028 .
2015-04-28 15:22:33 -07:00
ajcvickers
1ddaf8687e
Stop using ForRelational.
2015-04-28 15:19:52 -07:00
Harsh Gupta
b5b37265e1
Simple ModelBinders and Simple ModelBinder Poco - 1
...
Covers simple scenario for each model binder.
Covers scenarios mixing a POCO model binder -> Simple Model binder.
This contains tests for
HeaderModel
ServicesModelBinder
CancellationTokenModelBinder
ByteArrayModelBinder
FormFileModelBinder
Part 2 Will contain similar tests for
FormCollectionModelBinder
BinderTypeBasedModelBinder
TypeConverterModelBinder
TypeMatchModelBinder
Any leftovers for BodyModelBinder
2015-04-28 14:13:36 -07:00
Chris R
86f94b7590
Fix typo.
2015-04-28 13:44:40 -07:00
Kirthi Krishnamraju
30e54609cc
Fix #1911 : Create a separate package for ApiExplorer
2015-04-28 13:13:20 -07:00
moozzyk
e54a3b61c0
Enabling MSBuild 14 in the default native-compile target
...
Currently Helios won't build on machines that don't have VS2013 installed (only VS2015)
2015-04-28 11:55:39 -07:00
Ajay Bhargav Baaskaran
3ca018375a
Issue #1885 - Updated startup code in few websites
2015-04-28 10:42:01 -07:00
ASP.NET Push Bot
43de02652a
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@2697ee5f2d
2015-04-28 09:09:34 -07:00
Eilon Lipton
6be259ca57
Merge pull request #492 from spboyer/dev
...
typo OSX brew tap
2015-04-28 08:39:07 -07:00
Shayne Boyer
f86d083185
typo OSX brew tap
2015-04-28 09:01:58 -04:00
Troy Dai
bca294e6e8
React to ICompileModule change
2015-04-28 00:07:34 -07:00
ASP.NET Push Bot
1124e5038d
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@2697ee5f2d
2015-04-27 21:39:41 -07:00
Glenn Condron
67dc3f5c34
Update README.md
2015-04-27 16:36:57 -07:00
Glenn Condron
e12f96840d
Update GettingStartedDeb.md
2015-04-27 16:35:47 -07:00
Glenn Condron
928702aee9
Update GettingStartedDeb.md
...
Remove the extra text and put apt-get install into the main instructions.
2015-04-27 16:26:11 -07:00
Glenn Condron
4d6deaef37
Update GettingStartedDeb.md
...
Switch to main mono
2015-04-27 16:23:51 -07:00
Glenn Condron
43a3c168de
Update GettingStartedDeb.md
...
Update instructions to use debian alpha channel
2015-04-27 16:08:37 -07:00
Henk Mollema
53f3a91f01
Added UseMvcWithDefaultRoute extension to BuilderExtensions
...
Added `UseMvcWithDefaultRoute` extension method to `BuilderExtensions`,
which adds Mvc to the request pipeline with a default route to the
`Index` action on the `HomeController`.
#1885
2015-04-27 15:50:45 -07:00
Youngjune Hong
3ea7daabfe
Added the default constructor to ViewContext
2015-04-27 15:30:18 -07:00
N. Taylor Mullen
2d20063ba5
Remove layout directive.
...
- Removed all instances of the layout directive from src and test projects.
#359
2015-04-27 14:48:53 -07:00
Chris R
4d015760f6
React to rename of IHttpClientCertificateFeature rename.
2015-04-27 14:38:24 -07:00
N. Taylor Mullen
f152ea7004
React to aspnet/Razor#279 changes.
...
- Updated all tests and TagHelpers to utilize the new TagHelperOutput.Attributes and TagHelperContext.AllAttribute types.
aspnet/Razor#279
2015-04-27 14:30:30 -07:00
Chris R
117486de94
#277 Rename IHttpClientCertificateFeature. #279 prefer X509Certificate2.
2015-04-27 14:18:02 -07:00
Doug Bunting
05ac641f9a
PR comment on c162209
...
- place `[HtmlAttributeNotBound]` on its own line
- don't use (wonderful) shortcut syntax
- @Eilon's comment https://github.com/aspnet/Mvc/pull/2452/files#r29162068
2015-04-27 13:32:19 -07:00
N. Taylor Mullen
dcee0d2ff7
Add tests for ReadOnlyTagHelperAttributes and TagHelperAttributes.
...
#279
2015-04-27 12:06:08 -07:00
N. Taylor Mullen
7c604d2b11
Add TagHelperOutput.Attributes and TagHelperContext.AllAttributes replacement.
...
- Added a TagHelperAttributes object that's used to hold 1=>many attributes. Is used for TagHelperOutput.Attributes.
- Added a ReadOnlyTagHelperAttributes object that holds 1=>many IReadOnlyTagHelperAttributes. Is used for TagHelperContext.AllAttributes.
- Added a TagHelperAttribute object which is used to represent attributes.
- Added a IReadOnlyTagHelperAttribute which is used to represent attributes which cannot be modified.
#279
2015-04-27 12:06:00 -07:00
Kirthi Krishnamraju
3c9456e2a3
AntiForgery: Add documentation and update variable names for readability
2015-04-27 11:40:59 -07:00
Kirthi Krishnamraju
68026add28
JsonPatch:Changed ToLower to ToLowerInvariant
2015-04-27 10:14:11 -07:00
Doug Bunting
c1622096b9
React to aspnet/Razor#182 fix
...
- use `[HtmlAttributeNotBound]` to make tag helper properties `public`
- properties remain invisible in Razor
2015-04-27 08:17:40 -07:00
Doug Bunting
838f672b10
Clean up .xproj files added with HttpAbstractions
2015-04-27 08:12:22 -07:00
Ryan Nowak
9fded74b15
Merging ModelBinding into Mvc.Core
2015-04-27 02:10:37 -07:00
Ryan Nowak
572e57e25c
Create Mvc.Abstractions
...
Creates a new package 'Microsoft.AspNet.Mvc.Abstractions' which defines
APIs and contracts for core concepts and extensibility points in MVC.
Includes:
- ModelBinding
- Validation
- Model State
- Model Metadata
- Action Descriptors
- IActionResult
- Filters
- IActionConstraint
2015-04-27 00:49:14 -07:00
David Fowler
088bcac028
Temporarily remove compiling against non roslyn project references
2015-04-26 00:18:58 -07:00
tugberkugurlu
c48209acae
depend on Logging.Interfaces instead, fixes #50
2015-04-26 00:00:45 +01:00
Doug Bunting
de95f67400
Add `HtmlAttributeNotBoundAttribute`
...
- #182
- ignore otherwise-bound (i.e. `public`) properties in tag helpers
nits:
- add more `TagHelperDescriptorFactory` tests e.g. of `internal` properties
- remove `private` setter from `HtmlAttributeNameAttribute`
- use `null` propagation to shorten `IsAccessibleProperty` expression
- clean up some trailing whitespace
2015-04-24 22:57:41 -07:00
Troy Dai
34cbd2805b
React to OperationSystems change
2015-04-24 22:00:42 -07:00
Henk Mollema
955b45f995
Utilized `nameof()` for `ArgumentNullException`s
...
Utilized the use of nameof() operator for ArgumentNullExceptions.
2015-04-24 14:00:34 -07:00
Troy Dai
b98af101f9
React to OperatingSystems change
2015-04-24 13:57:10 -07:00
Troy Dai
223724c13e
React to OperationSystems option change
2015-04-24 13:32:46 -07:00
Chris Ross
2063ad5f67
React to Auth API changes.
2015-04-24 12:03:19 -07:00
Chris Ross
3b32348cec
React to Auth API changes.
2015-04-24 11:32:15 -07:00
Chris Ross
98614736a7
React to authentication API changes.
2015-04-24 10:53:50 -07:00
Chris Ross
66b669aa22
React to WebSocket feature API changes.
2015-04-24 10:53:07 -07:00
Chris Ross
33de44b596
Remove references to diagnostics.
2015-04-24 10:21:38 -07:00
Chris Ross
63fc18b945
React to auth feature API changes.
2015-04-24 09:57:49 -07:00
Chris Ross
b64618bc2d
React to auth API changes. Remove extra dependencies.
2015-04-24 09:55:14 -07:00
Chris Ross
59e40904ad
Remove redundant websocket sample code.
2015-04-24 09:50:36 -07:00