Chris R
eb0fe6a92a
#281 Reorganise files, namespaces for internal and features.
2015-05-07 13:15:14 -07:00
Chris R
550b2252ea
#265 Remove Use extensions that take services.
2015-05-07 13:15:11 -07:00
Hisham Abdullah Bin Ateya
582f562bbb
Using [NotNull] and 'nameof' operator
2015-05-07 22:04:48 +03:00
Suhas Joshi
afca1242bc
Fixing database changes from EF
2015-05-07 11:02:14 -07:00
damianedwards
ec8ede5d8a
Fixed missing resource caching issue in ResourceManagerStringLocalizer
2015-05-07 10:32:59 -07:00
Hisham Abdullah Bin Ateya
4852bf0c52
Using [NotNull]
2015-05-07 10:17:35 -07:00
Hisham Abdullah Bin Ateya
018b4c2426
Using 'nameof' operator instead of magic strings
2015-05-07 10:17:34 -07:00
Troy Dai
2f09b07adc
Package rename: Microsoft.AspNet.DataProtection.Shared -> Microsoft.AspNet.DataProtection.Sources
2015-05-07 10:16:20 -07:00
Victor Hurdugaci
63038b7278
Use the in memory store on the Nano server
2015-05-07 09:51:18 -07:00
Troy Dai
78ed1ce250
React to common package name change
2015-05-07 09:41:52 -07:00
Troy Dai
e57440f92c
React to common package name change
2015-05-07 09:41:05 -07:00
Troy Dai
d3b0aba9b8
React to common package name change
2015-05-07 09:40:03 -07:00
Troy Dai
959616cb9c
React to common package name change
2015-05-07 09:39:41 -07:00
Troy Dai
ea717729c1
React to common package name change
2015-05-07 09:39:08 -07:00
Troy Dai
f7f4d490aa
React to common package name change
2015-05-07 09:37:58 -07:00
Troy Dai
ef9dde7d7c
React to common package name change
2015-05-07 09:37:39 -07:00
Troy Dai
0440ca751e
React to common package name change
2015-05-07 09:36:55 -07:00
Troy Dai
fe80a65ffc
React to common package name change
2015-05-07 09:36:15 -07:00
Troy Dai
e00f842a45
React to common package name change
2015-05-07 09:35:31 -07:00
Hao Kung
5804856fe2
React to security changes
2015-05-06 22:24:08 -07:00
Hisham Abdullah Bin Ateya
54fc775b24
Using 'nameof' operator instead of magic strings
2015-05-07 06:37:00 +03:00
damianedwards
41fe215027
Sample improvements
2015-05-06 18:21:34 -07:00
damianedwards
3dc0d40f7d
Added a sample & fixed some issues it found
2015-05-06 18:09:59 -07:00
damianedwards
b11f7d51c3
Bunch of changes:
...
- Implemented pluggable strategies for determining request culture
- Added NotNull on public APIs
- Added support for a default request culture
- Added options class for configuring the middleware
- Improved the query string logic to support separate formatting & language cultures
- Implemented the logic for accept-language header
- Added more doc comments
2015-05-06 16:51:23 -07:00
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
ASP.NET Push Bot
4505f7333d
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@c10520f43c
2015-05-05 17:33: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