Commit Graph

37701 Commits

Author SHA1 Message Date
Nate McMaster 945661ad0e Remove unused test sample project (#6368) 2017-06-06 15:56:31 -07:00
N. Taylor Mullen 289a87f7c8 Manually construct the precompilation nupkg.
- We needed to manually construct the precompilation nupkg in order for the tool to work in 32 and 64 bitness OS'.
2017-06-06 15:55:50 -07:00
N. Taylor Mullen fa8accfa59 Revert "Skip desktop testing to work around corefx issue."
This reverts commit 27c6ad410e.
2017-06-06 15:55:50 -07:00
Pawel Kadluczka a14a0ab039 Adding structured negotiate 2017-06-06 15:53:21 -07:00
Ajay Bhargav Baaskaran 74fef5f722 Moved VCTH types to Razor.Extensions 2017-06-06 15:49:35 -07:00
BrennanConroy 4c4be7ed6f Add support for Hub Authorize Attribute (#532) 2017-06-06 15:46:08 -07:00
Nate McMaster a561da0b3f Remove itemgroup from csproj with unreachable code 2017-06-06 15:41:17 -07:00
Nate McMaster fd7abb31e8 Lift M.ANC.Sockets.Common to .NET Standard 2.0 2017-06-06 15:28:27 -07:00
Stephen Halter c06ed8c29a Merge branch 'rel/2.0.0-preview2' into dev 2017-06-06 15:28:22 -07:00
Stephen Halter 2176af7edd Add IHttpMaxRequestBodySizeFeature.IsReadOnly (#858) 2017-06-06 15:27:13 -07:00
Kiran Challa 47196122ef Merge branch 'rel/2.0.0-preview2' into dev
# Conflicts:
#	build/dependencies.props
2017-06-06 14:21:02 -07:00
Pawel Kadluczka 028bd68bf5 Removing unneeded queryString from TS client 2017-06-06 14:02:01 -07:00
N. Taylor Mullen e51d3c262c Merge branch 'rel/2.0.0-preview2' into dev 2017-06-06 13:13:11 -07:00
N. Taylor Mullen 3448b6a74e Re-enable net461 functional tests.
aspnet/Coherence-Signed#540
2017-06-06 13:10:29 -07:00
Ryan Brandenburg c4d2fa9e50 Skip failing tests 2017-06-06 19:38:21 +00:00
Ryan Brandenburg 9d584a6358 Skip flaky test 2017-06-06 19:33:46 +00:00
Ryan Brandenburg fe72b3233e Skip failing tests 2017-06-06 19:21:11 +00:00
Kiran Challa d9531031a8 Updated to netstandard2.0 2017-06-06 12:03:01 -07:00
N. Taylor Mullen 265c980c2b Manually construct the precompilation nupkg.
- We needed to manually construct the precompilation nupkg in order for the tool to work in 32 and 64 bitness OS'.
2017-06-06 11:47:12 -07:00
Mike Harder b19146dcc5 Update shared framework version to 2.0.0-preview2-25406-03 (#145) 2017-06-06 11:42:45 -07:00
Ryan Brandenburg 4ffbd63d34 Build release branches of Mvc 2017-06-06 18:40:54 +00:00
Jass Bagga 7ffd88757d Respond to RangeHelper refactor (#6348)
Respond to https://github.com/aspnet/StaticFiles/pull/200
2017-06-06 11:22:35 -07:00
Jass Bagga ad8338e1e8 Refactor RangeHelper (#200)
Addresses #196
2017-06-06 11:22:31 -07:00
Ryan Nowak 6664efb6d9 Fixes #1296 - ItemCollection should be ICollection
A little bit more kindness for consumers.

I didn't add any tests because these are all just trivial forwards.
2017-06-06 11:11:30 -07:00
David Fowler d8583535c8 Remove unused code 2017-06-06 10:58:29 -07:00
Kiran Challa b328ce48ad Updated Readme 2017-06-06 10:39:13 -07:00
David Fowler 5f6736a82f Removed unused parameter 2017-06-06 10:29:56 -07:00
David Fowler 59a8f5f3b5 Simplify the JSON and protobuf protocols (#524)
- Remove message type and message format
- Updated tests
2017-06-06 07:18:23 -10:00
Kiran Challa 0cfecf4cb2 Copy msbuild artifacts from individual repos to universe artifacts folder 2017-06-06 10:14:16 -07:00
Kiran Challa 59ec6e0c50 Updated refereces of 'rel/2.0.0-preview2' to 'dev' 2017-06-06 10:09:49 -07:00
Kiran Challa f1dd475eae Merge branch 'rel/2.0.0-preview2' into dev 2017-06-06 09:35:33 -07:00
Kiran Challa af91b58bd3 Enabled a way to buffer request body in formatters 2017-06-06 09:33:32 -07:00
James Newton-King 07e975a0ed Return a shared contract resolver
Return a shared contract resolver from CreateSerializerSettings for performance
2017-06-06 17:52:18 +12:00
James Newton-King cf6b6da234 Remove jabbr link
rip in pepperoni
2017-06-06 17:42:33 +12:00
John Luo 026f4be004 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-05 20:28:10 -07:00
John Luo d4a83886dd Override with shared framework version 2017-06-05 20:27:51 -07:00
John Luo 7cda85b54c Merge branch 'rel/2.0.0-preview2' into dev 2017-06-05 20:20:44 -07:00
Pavel Krymets d0d9298f6d Put runtime version into dependencies.props and rename. 2017-06-05 18:22:30 -07:00
Pavel Krymets 671645648e Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-05 18:18:49 -07:00
Pavel Krymets cde593c0e0 Allow overriding RuntimeFrameworkVersion used for deps generation. 2017-06-05 18:18:13 -07:00
John Luo cb389fe9b0 Display info for dotnet used to create runtime store and deps files 2017-06-05 17:31:26 -07:00
Pranav K b9e397ed3b Temporarily workaround TryGetPageDirective returning null instead of empty string. 2017-06-05 17:20:57 -07:00
N. Taylor Mullen db909922e4 Revert "Skip desktop testing to work around corefx issue."
This reverts commit 27c6ad410e.
2017-06-05 16:33:47 -07:00
Pranav K 628dfc39c1 Remove model type from RazorPageAttribute 2017-06-05 16:07:14 -07:00
Chris R c261b37fda #371 Conditionally register auth scheme base on ANCM variable 2017-06-05 14:54:15 -07:00
Chris R 16c70d6dda Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-05 14:45:24 -07:00
Pranav K d5c1c63d19 Generate assembly attributes as part of code generation 2017-06-05 14:24:17 -07:00
Hao Kung f0217eb77f Merge branch 'rel/2.0.0-preview2' into dev 2017-06-05 14:05:57 -07:00
Hao Kung b795893542 Remove rogue using 2017-06-05 14:04:33 -07:00
Pranav K 20c04d099e Update to use Razor parser to parse page directive 2017-06-05 14:02:24 -07:00