Commit Graph

37701 Commits

Author SHA1 Message Date
Pavel Krymets 243ee6924c Remove unnecessary package references (#164) 2017-05-10 11:48:11 -07:00
Pavel Krymets cf9ab38796 Remove unnecessary package references (#84) 2017-05-10 11:48:06 -07:00
Pavel Krymets 36605636df Remove unnecessary package references (#1210) 2017-05-10 11:47:56 -07:00
Pavel Krymets 4855727186 Remove unnecessary package references (#405) 2017-05-10 11:47:28 -07:00
Pavel Krymets 7a7dc71164 Remove unnecessary package references (#79) 2017-05-10 11:45:31 -07:00
Pavel Krymets 9e01bb7bff Remove unnecessary package references (#126) 2017-05-10 11:43:53 -07:00
Pavel Krymets 16984a6fe0 Remove unnecessary package references (#122) 2017-05-10 11:43:43 -07:00
Pavel Krymets 90ee2252a0 Remove unnecessary package references (#1825) 2017-05-10 11:35:23 -07:00
Pavel Krymets 7e9397aa8a Remove unnecessary package references (#367) 2017-05-10 11:32:30 -07:00
Pavel Krymets ba64cd0fb0 Remove unnecessary package references (#1190) 2017-05-10 11:31:51 -07:00
Pavel Krymets 2eea53d82b Remove unnecessary package references (#359) 2017-05-10 11:31:47 -07:00
N. Taylor Mullen 3a4dcabb2c Remove DefaultTagHelperResolverFactory.
- Nothing consumes this.
2017-05-10 11:30:40 -07:00
Pavel Krymets f8779ee377 Remove unnecessary package references (#1068) 2017-05-10 11:30:40 -07:00
Pavel Krymets 08a8493ecc Remove unnecessary package references (#230) 2017-05-10 11:30:17 -07:00
Pavel Krymets eedcca1be9 Remove unnecessary package references (#378) 2017-05-10 11:29:57 -07:00
Pranav K 7d28714d9a Pin build of ObjectMethodExecutor to allow breaking change to go thru first 2017-05-10 10:15:14 -07:00
Pavel Krymets c396d3198f Remove unnecessary package references (#48) 2017-05-10 08:46:39 -07:00
Pavel Krymets d1df39b5e5 Remove unused dependencies (#139) 2017-05-10 08:46:23 -07:00
Steve Sanderson 014a786b45 Replace IModelBindingMessageProvider with new highly-virtual base class (#6241)
Replace IModelBindingMessageProvider with new highly-virtual base class. Fixes #6069
2017-05-10 16:02:18 +01:00
Daniel Roth 698fabfa3e Update README.md 2017-05-09 21:08:50 -07:00
David Fowler c8b6a2be56 More FrameConnection refactoring (#1820)
* More FrameConnection refactoring
- This change reverts the change to complete the writer with an
exception on abort because of the number of first chance exceptions
that get thrown.
- This change also moves connection logging into FrameConnection instead
of being split between the ConnectionHandler and FrameConnection.
- Fixed issues with LibuvOutputConsumerTests that leak WriteReq since
cancelled writes no longer end the connection.
2017-05-09 17:40:25 -07:00
N. Taylor Mullen 82323456ee Remove TagHelperDescriptor doc workaround.
- Roslyn now properly supports XML documentation retrieval OOP.

#1032
2017-05-09 15:34:03 -07:00
BrennanConroy a562480cd0 Update test project to netcoreapp2.0 (#1292) 2017-05-09 14:22:35 -07:00
BrennanConroy 9a931554d5 Replace RuntimeEnvironment (#1066) 2017-05-09 14:15:36 -07:00
Andrew Stanton-Nurse 991c1d8517 Implement new Hub Protocol (Part Deux) (#390)
* convert to new protocol
* removed InvocationDescriptorRegistry because we're not yet sure about custom protocols
* update SocialWeather sample
* Moving ts client to using new protocol
* make the functional tests a little easier to run on ctrl-f5
2017-05-09 12:24:58 -07:00
Chris Ross (ASP.NET) 2181158eb5 React to Content-Md5 fix 2017-05-09 09:07:09 -07:00
BrennanConroy b7a5a6044d Fix samples logging (#1205) 2017-05-09 08:57:39 -07:00
David Fowler c48113ad80 Refactoring and of FrameConnection and Frame (#1816)
* Refactoring and of FrameConnection and Frame
- Building on top of the last refactoring of FrameConnection, this change aims to clean up
the communication between the Frame and FrameConnection by removing some concepts and
being consistent about the communication between Frame and FrameConnection with or without
connection adapters. Changes include:
- Removing ConnectionLifetimeControl, ISocketOutput, StreamSocketOutput
- Moving more initialization of the frame to FrameConnection after the pipes
are setup
- OutputProducer communicates cancellation via the IPipeWriter instead of the output's IPipeReader.
- Frame always communicates via the pipes and that communications flows through the layers to the transport.
This means that each 1/2 of the adapted pipeline handles closing the right side of the transport at the
right time, propagating exceptions as necessary.
- This is how the flow looks now:
            ->                        ->
[transport]     [connection adapters]     [frame]
            <-                        <-
- Transports need to handle a ConnectionAbortedException on the output as a signal to stop
writing and end the connection. This will no longer try to drain the output but will just stop
writing and end the response immediately.
- Remove frame.Abort when cancellation on Write fails.
- Unify the connection shutdown logic
- Dispose 1/2 initialized connection adapters

#1815
2017-05-08 20:44:13 -07:00
N. Taylor Mullen 774aebaa01 Rename TagHelperDescriptorProvider => TagHelperBinder.
- Moved the type out of the Legacy namespace.
- Renamed the types method to `GetBinding` since `TagHelper` is now inferred.
- Updated test names to reflect new method/class name.
- Updated product code variables to reflect new naming (provider => binder).

#1289
2017-05-08 16:59:53 -07:00
Kristian Hellang d1d9bceff5 #833 Change non-standard header name 'ContentMD5' to 'Content-MD5' 2017-05-08 13:37:00 -07:00
Mike Harder 6cf6feed64 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-08 13:07:13 -07:00
Mike Harder c86336bb42 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-08 13:06:54 -07:00
Mike Harder a33e0cef24 Upgrade StackExchange.Redis.StrongName to version 1.2.3 (#442)
- Addresses package downgrade warnings (https://github.com/aspnet/SignalR/issues/428)
2017-05-08 13:05:08 -07:00
Mike Harder 47ee65f318 Upgrade StackExchange.Redis.StrongName to version 1.2.3 (#231)
- Addresses package downgrade warnings (https://github.com/aspnet/DataProtection/issues/227)
2017-05-08 13:04:25 -07:00
Pawel Kadluczka d73b490b69 Fixing SocialWeather sample 2017-05-08 12:49:57 -07:00
Ryan Nowak a570139b08 Fix #1059 and #1060 2017-05-08 12:30:19 -07:00
Doug Bunting f68bea235c Switch to Travis VM
- #6033
- install libunwind; mandatory when `sudo` is enabled
2017-05-08 12:29:46 -07:00
Steve Sanderson debc3dd433 Functional test to show FSharpAsync works end-to-end (#6240) 2017-05-08 19:30:01 +01:00
Kiran Challa 778bb3cb11 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-08 11:10:07 -07:00
Pavel Krymets d916653ff8 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-08 10:16:59 -07:00
Pavel Krymets dd19150ea4 Add test for DI scope validation defaults (#76) 2017-05-08 10:16:43 -07:00
Pavel Krymets 3bcf6eaa69 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-08 10:08:27 -07:00
Pavel Krymets d268571db6 Disable lightup logger if user adds AI logger (#46) 2017-05-08 10:06:35 -07:00
BrennanConroy 1da4e07fff Use common ObjectMethodExecutor (#440) 2017-05-07 10:05:21 -07:00
= 81352cb598 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-06 00:13:48 -07:00
= 906f1d8f3e Fix command on macOS 2017-05-06 00:13:33 -07:00
= d013744f9c Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 23:18:04 -07:00
= f6e6b2cce9 Fix generation of deps files on macOS and Linux 2017-05-05 23:15:34 -07:00
John Luo 3164046233 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 20:00:12 -07:00
John Luo f0a26a7f08 Migration2 2017-05-05 19:59:45 -07:00