N. Taylor Mullen
ee461654ed
Update nuget.exe and corresponding feeds to v3.
2015-09-17 18:33:03 -07:00
N. Taylor Mullen
3470c6206a
Update nuget.exe and corresponding feeds to v3.
2015-09-17 18:32:59 -07:00
N. Taylor Mullen
8b3175e904
Update nuget.exe and corresponding feeds to v3.
2015-09-17 18:32:54 -07:00
N. Taylor Mullen
6442fe8a86
Update nuget.exe and corresponding feeds to v3.
2015-09-17 18:32:39 -07:00
N. Taylor Mullen
f4a25b1408
Update nuget.exe and corresponding feeds to v3.
2015-09-17 18:32:19 -07:00
N. Taylor Mullen
2d01d47c18
Update nuget.exe and corresponding feeds to v3.
2015-09-17 18:32:10 -07:00
N. Taylor Mullen
d3835455d2
Update NuGet.exe and corresponding feeds to v3.
2015-09-17 18:22:09 -07:00
Kiran Challa
b7382dc6c3
Fix Razor test compilation failure
2015-09-17 16:47:07 -07:00
Pranav K
4874677807
Fixing CI build failure
2015-09-17 16:10:36 -07:00
Kiran Challa
f3e537ddcb
Reacting to TestHost changes
2015-09-17 16:08:23 -07:00
Hao Kung
af14c99b46
Fix core build issue
2015-09-17 15:51:36 -07:00
Pranav K
7b433820b1
Changes per PR comments
...
Reformatting parameter identation
2015-09-17 15:42:58 -07:00
Hao Kung
5cc1fea400
Add CookiePolicy Middleware
2015-09-17 15:37:15 -07:00
Ajay Bhargav Baaskaran
a952b28d0f
Enabling NuGetPackageVerifier
2015-09-17 12:29:59 -07:00
Pranav K
a68d9e4cb1
Replace NotNullAttribute with thrown exceptions
2015-09-17 11:56:44 -07:00
Kirthi Krishnamraju
06aa2412a8
Update sample to use LocalizationOptions and fixed issue in AddLocalization
2015-09-17 11:08:03 -07:00
Eilon Lipton
98ce82ed72
Create README.md
2015-09-17 09:41:13 -07:00
Eilon Lipton
b63d1b6187
Create CONTRIBUTING.md
2015-09-17 09:36:53 -07:00
Eilon Lipton
408759ec99
Update LICENSE.txt
2015-09-17 09:36:36 -07:00
Nate McMaster
c2db08e3a7
Update build-template
2015-09-17 09:21:08 -07:00
Eilon Lipton
62caf09ac4
Create README.md
2015-09-17 08:44:43 -07:00
Eilon Lipton
dbd4aa98fc
Create CONTRIBUTING.md
2015-09-17 08:39:00 -07:00
Eilon Lipton
eb9383fe40
Update LICENSE.txt
2015-09-17 08:38:38 -07:00
Ryan Nowak
ef730790d4
Fix tests broken by renames
2015-09-17 07:40:15 -07:00
Stephen Halter
6f8c040cfe
Fix false positive in Standards Police warning warning SP1004
...
- "warning SP1004: namespaces not alphabetized"
- Any using statement can come after "using System;"
2015-09-17 00:51:43 -07:00
Ryan Nowak
abd5303bb4
React to MVC renames
2015-09-17 00:17:15 -07:00
Ryan Nowak
11942dd48f
React to MVC renames
2015-09-17 00:04:21 -07:00
Ryan Nowak
538cd9c191
Move less-commonly used types out of .Rendering
2015-09-16 23:52:29 -07:00
Pranav K
33a0f7a0db
Replace NotNullAttribute with thrown exceptions
2015-09-16 22:06:25 -07:00
Pranav K
0376550f2d
Replace SymbolLookupCache with comparing FullNames for symbols.
2015-09-16 21:43:51 -07:00
Ryan Nowak
046cb976b3
Move ActionResult classes back to main namespace
2015-09-16 21:42:31 -07:00
Stephen Halter
47323a88e1
Surface errors from Listener.StartAsync better
...
If CreateListenSocket fails, surface the original error instead of throwing a
NullReferenceException from Listener.Dispose().
#185
2015-09-16 18:19:01 -07:00
Stephen Halter
2d01f2752b
Catch and log uv_accept errors
...
- This is also what is done by node.js
- "tcp, pipe: don't assert on uv_accept() errors (Ben Noordhuis)"
0685707bc6
2015-09-16 18:18:58 -07:00
Stephen Halter
f14af1f409
Don't swallow too many exceptions
...
- Swallowing too many exceptions can end up hiding issues in
Kestrel itself. It's better to let the process die.
- If we want to handle certain exceptions we should be as
specific as possible with our try/catch blocks.
2015-09-16 18:18:55 -07:00
Pranav K
1c4614c219
Avoid allocating strings in DefaultViewLocationCache
...
Fixes #3135
2015-09-16 17:28:40 -07:00
Ryan Nowak
47866ac5db
React to renames from Auth
2015-09-16 17:21:01 -07:00
Pranav K
00075520b4
Razor CompilerCache allocates too much in NormalizePath
...
Fixes #3035
2015-09-16 16:55:51 -07:00
Ryan Nowak
3382b82e5e
Fix breaking changes
2015-09-16 16:46:18 -07:00
Ryan Nowak
9a15b54d30
Flow IHtmlContent through to the razor buffer
2015-09-16 16:17:40 -07:00
David Fowler
82f58d5f16
CR Feedback
2015-09-16 15:01:22 -07:00
David Fowler
9b061ececb
Dispose the service provider on app shutdown
...
- Added a unit test
#322
2015-09-16 14:52:54 -07:00
Chris R
1c0768fb71
#372 Flow mutable event state.
...
#358 Add a UserInformationReceived event.
#327 Add AuthenticationCompleted event.
#340 Split the Redirect event for Authentication and SignOut.
Rename OnAuthorizationCodeRedeemed to OnTokenResponseReceived.
Move IdTokenReceived to AuthorizationResponseReceived.
Rename IdTokenValidated to AuthenticationValidated.
2015-09-16 14:31:36 -07:00
Brice Lambson
b271cdf91d
Update EF commands
2015-09-16 14:03:45 -07:00
Chris R
92d5e4ce77
Fix test for CoreClr.
2015-09-16 11:28:16 -07:00
Chris R
6758010e1a
#353,#354 Add telemetry for begin/end request and unhandled exceptions.
2015-09-16 11:01:29 -07:00
Ryan Nowak
a707311d9e
Fix #3087 - use IHtmlContentBuilder in TagBuilder
...
Improves authoring experience when using TagBuilder by taking advantage of
IHtmlContentBuilder an its extension methods.
TagBuilder.InnerHtml is no longer settable.
2015-09-16 10:03:03 -07:00
Ryan Nowak
e56c3806b6
Add tests for HtmlContentBuilderExtensions
2015-09-15 23:45:44 -07:00
Jason Loeffler
f0792f2b2e
Remove Shouldly and Moq from Microsoft.AspNet.Authorization.Tests. Enable dnxcore50 in this project.
2015-09-15 23:11:11 -05:00
Ryan Nowak
7ef2242805
Extension methods for IHtmlContentBuilder
...
Resolves a bunch of duplication between TagHelperContent and
BufferedHtmlContent, plus adds a few more convenience overloads we don't
have in one of the two places.
2015-09-15 16:50:01 -07:00
Nate McMaster
e3458ceb1b
Add libuv to travis ui build script
2015-09-15 16:28:17 -07:00