Murat Girgin
68d721ec0d
Merge pull request #371 from leastprivilege/patch-1
...
Update README.md
2015-09-08 08:59:41 -07:00
ASP.NET Push Bot
b03c00d1d9
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@b625b8d8b8
2015-09-08 08:52:37 -07:00
ASP.NET Push Bot
953d5823be
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@ba2fce908e
2015-09-08 08:50:51 -07:00
Ryan Nowak
ab08e27a4b
Simplify CompositeModelBinder
...
Also adds a diagnostic ToString to ModelBindingResult to make testing
easier.
2015-09-08 08:47:21 -07:00
Doug Bunting
6568de38d1
Two quick fixes
...
- add missing closing quote in a resource
- cleanup `project.json` files
- remove some package references that are found transitively
2015-09-08 08:39:03 -07:00
N. Taylor Mullen
d458e8ecb2
Change HTML in nested C# blocks to properly handle dots.
...
- Prior to this change adding a `.` after an implicit expression would result in compile errors due to Razor thinking the `.` was part of the C# (normally not the case).
- Added a code generation and unit tests to validate behavior.
#491
2015-09-07 19:18:09 -07:00
Damian Edwards
c065c90337
Merge pull request #63 from hishamco/issue#62
...
Fix 'QueryStringRequestCultureProvider' Issue
2015-09-07 17:29:04 -07:00
Ryan Nowak
382c9ab86a
Test Cleanup: Fix Assert.NotNulls with ModelBindingResult
2015-09-07 17:15:31 -07:00
Ryan Nowak
465b4ce0df
Use TelemetrySource
2015-09-06 20:23:05 -07:00
Levi B
43d0b0f65b
Update WebEncoders from Unicode 7.0 to Unicode 8.0
...
Add "how to update" file detailing update steps
2015-09-05 17:32:27 -07:00
David Fowler
2834b70987
Added frameworks to project.json
2015-09-05 11:03:00 -07:00
Ivan Derevyanko
ed4850a2b1
Style fix
2015-09-05 18:32:16 +02:00
Ivan Derevyanko
6d47227975
KestrelTrace refactored and added to the ServiceContext. Close aspnet/KestrelHttpServer#141
2015-09-05 18:17:17 +02:00
David Fowler
8a6495364e
Merge pull request #192 from Tragetaschen/patch-1
...
Fix bug #191 introduced by b25d2d9
2015-09-05 07:51:06 -07:00
Kai Ruhnau
5ee80e0155
Fix bug #191 introduced by b25d2d9
2015-09-05 12:29:00 +02:00
Victor Hurdugaci
c30abd3477
Add a framework to the empty project to unblock the build
2015-09-04 23:29:21 -07:00
Stephen Halter
f10c989d90
Add ServiceContext to make it easier to flow new services through ctors
2015-09-04 15:04:25 -07:00
Doug Bunting
dc4573e484
Get four failing tests working on Linux
...
- use consistent line endings on all platforms so that hashes and file versions match
- add another `.gitattribute` file
- move files to avoid required index recreation in all Linux repos
2015-09-04 14:41:35 -07:00
Hao Kung
2161f42086
Skip tests that fail on mono (no localdb)
2015-09-04 14:27:50 -07:00
Chris R
c6db2c06f5
Add BasicMiddleware and Proxy repos to the build list
2015-09-04 11:51:41 -07:00
Chris R
61a47d79a8
Work around System.Uri relative path bug on mono.
2015-09-04 11:47:19 -07:00
Chris R
2abd87ff5a
Remove un-needed dependenecies.
2015-09-04 10:57:01 -07:00
Hisham Abdullah Bin Ateya
208332b831
Remove unused 'RunningOnMono' property
2015-09-04 19:36:06 +03:00
LBi Jeroen Slor
87360d861f
Added configure options. Added default default addoptions call
2015-09-04 08:48:46 -07:00
Ryan Nowak
831785fe9f
Make AddAuthorization() idempotent
...
Found this issue which looking into making AddMvc() idempotent. You'll end
up with multiple pass-through handlers registered if two components call
AddAuthorization(). This is very possible to happen if used two frameworks
in the same app.
2015-09-04 08:26:54 -07:00
David Fowler
6bc4a40926
Setup ci stuff
2015-09-04 01:33:47 -07:00
Kiran Challa
5cb8ad3d87
Skipped tests using file paths not supported on Mono
2015-09-04 01:07:03 -07:00
Kiran Challa
12d9302a31
Skipped Database error page tests temporarily to fix Travis CI
2015-09-04 00:46:23 -07:00
Chris R
d2701f4897
#58 Serialize the ClaimsIdentity.BootstrapContext.
2015-09-03 17:25:56 -07:00
Hao Kung
e72e36af27
Restore old default AuthenticationType value
2015-09-03 17:13:43 -07:00
Ryan Nowak
5afadf6998
Fix documentation error
2015-09-03 17:11:47 -07:00
N. Taylor Mullen
ffc863532a
Update end column in test after Razor error changes.
2015-09-03 16:53:52 -07:00
Brennan
b7a5805efb
Revert "Fix tests"
...
This reverts commit b1ff28be73 .
2015-09-03 16:42:20 -07:00
Chris R
0ab178cead
Ignore WebSocketClient tests on Mono.
2015-09-03 16:20:52 -07:00
Hao Kung
f8733aa103
Fix cookie authentication type regression
2015-09-03 15:43:56 -07:00
Stephen Halter
1584d70e1f
Clean up if an exception is thrown in the middle of ServerFactory.Start
2015-09-03 15:26:30 -07:00
Chris R
e47a2faa83
React to security changes.
2015-09-03 15:24:47 -07:00
N. Taylor Mullen
9169a156e2
Update additional tests to account for new error lengths.
2015-09-03 15:21:00 -07:00
Chris R
a506979db5
React to security API changes.
2015-09-03 14:44:21 -07:00
Ryan Nowak
076ce6a8a1
Make ModelBindingResult a struct.
2015-09-03 12:52:50 -07:00
Chris R
dda67b9d7c
Remove unused RedirectFromIdentityProviderContext.
2015-09-03 12:39:36 -07:00
Chris R
47520e126e
#47 Standardize on I*Events pattern.
2015-09-03 11:02:19 -07:00
ASP.NET Push Bot
0d5270086f
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@fc63c6c3ed
2015-09-03 10:12:23 -07:00
BrennanConroy
b1ff28be73
Fix tests
2015-09-03 08:57:55 -07:00
N. Taylor Mullen
a24c709344
Update dnvm.sh to use aspnetlitedev feed.
2015-09-02 22:15:17 -07:00
Hao Kung
2b52942faf
React to Named Options going away in Auth test
2015-09-02 21:54:10 -07:00
Hao Kung
b34dd3b812
Remove options order test cases
2015-09-02 21:41:54 -07:00
David Fowler
2c14ac34ca
Fix CORS tests
2015-09-02 21:33:47 -07:00
Hao Kung
e4fe31a602
Nuke extra curly
2015-09-02 21:21:41 -07:00
Louis DeJardin
c50aec1729
Adding comments to meaningless field names
2015-09-02 21:14:18 -07:00