Chris R
3cc6739c3d
React to QueryString API change.
2015-05-06 16:17:34 -07:00
Chris R
7f737246b1
React to QueryString API changes.
2015-05-06 15:20:40 -07:00
Doug Bunting
efe39e43f5
Remove test the `[NotNull]` move makes irrelevant
2015-05-06 14:47:05 -07:00
Hisham Abdullah Bin Ateya
1f36174da5
Using [NotNull]
2015-05-07 00:32:34 +03:00
Hao Kung
dbdabeb9d2
Delete old handlers
2015-05-06 14:24:58 -07:00
Hao Kung
434d158c76
Support custom name and role claims
2015-05-06 14:24:20 -07:00
Doug Bunting
cef0971d3e
`throw new ArgumentNullException(...)` -> `[NotNull]`
...
- add `[NotNull]` in some `public` or `protected` callers as well
- add `[NotNull]` in `SeekableTextReader` constructors
- add `where TSymbolType : struct` to replace incorrect `null` checks
- remove `T` type parameters in changed files e.g. change to `TWriter`
- remove tests of removed code
nits:
- change `TextReaderExtensions` to consistently call other extensions as statics
- wrap some long doc comments
2015-05-06 14:21:05 -07:00
Damian Edwards
5795d331bc
Update README.md
2015-05-06 11:12:34 -07:00
Chris R
c9c09fb4e5
#269 Clean up QueryString APIs, add tests.
2015-05-06 10:55:20 -07:00
damianedwards
acd643660a
Added missing descriptions
2015-05-06 10:53:25 -07:00
Pranav K
789544a1e8
Use aspnetvnext feed as the default feed in dev branch
2015-05-06 10:48:32 -07:00
David Fowler
87776ae330
Sort dependencies
2015-05-06 10:25:14 -07:00
Pranav K
3f62cc65a5
Updating dnvm to latest
2015-05-06 09:35:02 -07:00
Hisham Abdullah Bin Ateya
730124063f
Using [NotNull]
2015-05-06 19:15:58 +03:00
Hisham Abdullah Bin Ateya
8636477b85
Using [NotNull] and 'nameof' operator
2015-05-06 17:43:19 +03:00
damianedwards
52f7aa9540
Rename file
2015-05-05 23:32:44 -07:00
damianedwards
9eede89418
Initial commit
2015-05-05 23:27:25 -07:00
David Fowler
5cec601abe
Fix MVC packages being broken on CoreCLR
...
- Mvc is currently broken on CoreCLR because it is
inheriting dependencies from Microsoft.AspNet.Mvc.Common but the resulting
dependency to Microsoft.AspNet.Mvc.Common is then erased at pack time.
This change moves the dependencies down and makes the shared package
only depend on System.Runtime.
#2507
2015-05-05 23:26:45 -07:00
Doug Bunting
42552c982d
Quick fix: Remove project.json warning
...
- `resources` -> `resource`
Example warning during `dnu build --quiet`:
```
...\test\Microsoft.AspNet.Razor.Test\project.json(3,34): warning: Property "resources" is deprecated. It is replaced by "resource".
```
Primarily resulted in VS Error List noise. Above does not normally show up in
`build.cmd` runs because `dnx . test` does not show build warnings.
2015-05-05 16:07:24 -07:00
Hao Kung
ce48c1fc7d
Move ClaimsIssuer to base AuthenticationOptions
...
Also step 1 of refactoring tests
2015-05-05 14:50:59 -07:00
Hao Kung
288cb6c58f
Test and misc cleanup
2015-05-05 14:35:10 -07:00
Ajay Bhargav Baaskaran
0a7b2ac821
[ Fixes #2491 ] RemoveRange handles attributes parameter safely
2015-05-05 14:14:23 -07:00
Barry Dorrans
d870ae431e
Add link to documentation site
2015-05-05 13:16:29 -07:00
Kiran Challa
f2e6c294b0
Address feedback for PR: https://github.com/aspnet/Routing/pull/182
2015-05-05 12:39:32 -07:00
Kiran Challa
c0ca6214c2
React to Caching api changes
2015-05-05 10:08:50 -07:00
Hisham Abdullah Bin Ateya
da15e5f71b
Using 'nameof' operator instead of magic strings
2015-05-05 20:06:17 +03:00
Chris R
f864244124
#242 Remove diagnostics sample dependency.
2015-05-05 09:52:15 -07:00
Youngjune Hong
8c9969ed3f
Updated OpenIdConnectTest for a build break
2015-05-05 03:07:19 -07:00
Youngjune Hong
3c1f3c94e9
Fixing a build break by adding ISystemClock services to the E2E startup
2015-05-04 16:03:31 -07:00
Chris R
a5daae325e
Add tests for response body formats (chunked, content-length, close, etc.).
2015-05-04 15:55:32 -07:00
Doug Bunting
cde4f05d03
Remove ModelBinding project from Mvc.sln
...
- part of 9fded74 (ModelBinding merge) was undone in b5b3726 (Simple ModelBinders and Simple ModelBinder Poco - 1)
2015-05-04 14:58:58 -07:00
Kiran Challa
e009959220
React to Caching api changes
2015-05-04 14:45:43 -07:00
Kiran Challa
7e623258c0
Use strongly typed MediaTypeHeaderValue for content type in action results.
2015-05-04 14:06:58 -07:00
Ryan Nowak
38bd617778
CR feedback from 9fded74b15
2015-05-04 12:07:24 -07:00
Doug Bunting
584015c79b
A few quick cleanups
...
- in .kproj files, let VS mark a couple more test projects as such
- remove duplicate `ModelExpression` class
- not necessary now that test project references MVC Core project
- follow up to 9fded74
- avoid `resources` warning in project.json files
2015-05-04 11:55:24 -07:00
Ryan Nowak
a5df6679f9
More model binding integration tests
...
Includes tests for a ValidationAttribute other than RequiredAttribute on
complex models using POCOs and collections
2015-05-04 11:20:52 -07:00
Kiran Challa
284c899233
Register default services directly in AddMvc and remove MvcServices
2015-05-04 10:53:34 -07:00
Brice Lambson
8508c6256e
React to WithCurrentCulture removal
2015-05-04 10:38:59 -07:00
Harsh Gupta
f37f2ae352
Validations with BindRequired on properties.
2015-05-04 10:32:35 -07:00
Chris R
568d0d9106
#275 Reduce UriHelper to static methods.
2015-05-04 10:30:14 -07:00
Youngjune Hong
797f802906
Adding the unit tests for ViewComponents in MusicStore
2015-05-04 10:18:35 -07:00
Harsh Gupta
502b832d17
Integration tests for
...
Collection Model Binder -> MutableObject(POCO) Model Binder – With-Data/Fallback-to-empty-prefix/Without-Data
2015-05-04 09:52:15 -07:00
Eilon Lipton
d936c2d424
Merge pull request #56 from hishamco/dev
...
Using 'nameof' operator instead of magic strings
2015-05-03 20:42:32 -07:00
Hisham Abdullah Bin Ateya
738c6ad0ff
Using 'nameof' operator instead of magic strings
2015-05-03 13:57:45 +03:00
Eilon Lipton
3bef0fd817
Code cleanup (license headers, usings, whitspace)
2015-05-02 23:34:44 -07:00
Eilon Lipton
9c5e78b9dc
Make tests run on CoreCLR
...
- Added dnxcore50 target
- Removed Shouldly reference
- Used CoreCLR-compatible APIs
2015-05-02 23:24:12 -07:00
Hao Kung
6e7ec9b2fb
Cleanup cookies (moar var)
2015-05-01 17:00:06 -07:00
BrennanConroy
e79cd72f3e
Update project.json
2015-05-01 15:59:04 -07:00
Ryan Nowak
1ee5238709
Another batch of ModelBinding integration tests
...
Includes tests for [Required] on properties with various levels of nesting
inside complex model binders.
2015-05-01 14:22:44 -07:00
N. Taylor Mullen
fc87a436c1
Update StyleCop header restriction.
2015-05-01 14:14:25 -07:00