Pranav K
26278abf7b
Fixup Lineup source and update dependencies
2018-04-13 14:34:38 -07:00
Mikael Mengistu
623ab63091
HubConnectionTests.Helper Header ( #2011 )
2018-04-13 21:32:26 +00:00
Hao Kung
a273e349ee
Fix error message ( #1752 )
...
Fixes https://github.com/aspnet/Identity/issues/1669
2018-04-13 14:31:35 -07:00
Nate McMaster
e854535a8c
Push symbols to new myget symbols feed
2018-04-13 14:02:07 -07:00
Jass Bagga
a9c7c322cb
Add "webapp" alias to RazorPages template.json ( #467 )
...
Addresses #325
2018-04-13 14:01:20 -07:00
Pranav K
d995b0418a
Allow BindPropertyAttribute to be specified on controller classes
...
Fixes #7350
2018-04-13 13:58:44 -07:00
Ryan Brandenburg
f3e599649b
Use token instead of ssh
2018-04-13 13:54:19 -07:00
Ajay Bhargav Baaskaran
f8dc5c4702
Obsoleted IRazorEngineBuilder APIs
2018-04-13 12:35:53 -07:00
Pavel Krymets
c7486c5f3c
Skip broken tests ( #181 )
2018-04-13 12:32:17 -07:00
ASP.NET CI
e8b19889eb
Updating submodule(s)
...
DependencyInjection => 04164651277bca578f0c216d979e1d77a8f12e47
Razor => 6130eb0ec5
SignalR => 499d39b364
[auto-updated: submodules]
2018-04-13 19:23:54 +00:00
Pavel Krymets
64019efb0f
2.1.0-preview3-26413-02 ( #1068 )
2018-04-13 12:07:07 -07:00
Andrew Stanton-Nurse
ca5dfec271
react to aspnet/SignalR#2005 ( #1069 )
2018-04-13 12:01:50 -07:00
Andrew Stanton-Nurse
499d39b364
rename MsgPack assembly only ( #2005 )
2018-04-13 12:01:45 -07:00
Kiran Challa
39f7420c4d
Fixed routing test
2018-04-13 11:51:45 -07:00
Andrew Stanton-Nurse
43e6ab750a
Fix #1927 by using Synchronous Callbacks everywhere. ( #2003 )
2018-04-13 11:38:03 -07:00
BrennanConroy
0919914e56
Internalize more classes ( #2004 )
2018-04-13 11:28:52 -07:00
ASP.NET CI
d142a88fd1
Updating submodule(s)
...
Common => 66c121a172179a4c2a9bfb102b38be5bd046e26e
CORS => c4b9e061ca
Logging => d55ce0cc13050a781efef5d08c79f332e52fa385
Mvc => c35030267c
Templating => 5d52701cd2
[auto-updated: submodules]
2018-04-13 18:19:28 +00:00
Pranav K
6130eb0ec5
Is 1888 fixed
2018-04-13 11:19:07 -07:00
Jass Bagga
5d52701cd2
Add Error razor page to Spa templates ( #464 )
...
Addresses #332
2018-04-13 11:11:01 -07:00
Nate McMaster
c872502ef1
Minor tweaks to update scripts
2018-04-13 10:55:33 -07:00
Pavel Krymets
b67b5586f2
corefx 2.1.0-preview3-26413-01 ( #1064 )
2018-04-13 10:28:02 -07:00
John Luo
c35030267c
Update usage of TestSink
2018-04-13 10:21:41 -07:00
ASP.NET CI
27a693b578
Updating submodule(s)
...
AzureIntegration => d245232ddb
EntityFrameworkCore => ddafebdab88b243adaffe0af8aef05b923c55a49
Hosting => a8c0970cde
Identity => 5a2eb3becd
IISIntegration => 4188d2fe68
KestrelHttpServer => d57da6b71f
Localization => 49aafe8eb0
Logging => 7de89525be0a2ba7edb28e3cea376ac4ea3fed22
Mvc => e6be423c33
ResponseCaching => 0efe83b4f2
Routing => 7113e54267
Scaffolding => 6f0db7708324cc0e35c1d93a62b2df04bf0299d5
Session => a5e67d606b
SignalR => 3e69fdc4ad
Templating => f824751bb9
[auto-updated: submodules]
2018-04-13 09:56:33 -07:00
David Fowler
a8c0970cde
Check for non-null RequestServices ( #1378 )
2018-04-13 09:45:38 -07:00
Pavel Krymets
d245232ddb
Revert "Enable trace for test app ( #178 )" ( #180 )
...
This reverts commit f7d5f3e64e .
2018-04-13 09:43:03 -07:00
Nate McMaster
e6be423c33
Remove netcoreapp2.0 from MvcSandbox
2018-04-13 09:42:05 -07:00
Nate McMaster
3fa5a7cd79
Fix ArgumentOutOfRangeException in analyzing the build graph
2018-04-13 09:33:28 -07:00
Martin Costello
2e761415e4
Implement IDisposable for derived types for WebApplicationFactory<T> ( #7637 )
...
* Implement IDisposable for derived types for WebApplicationFactory<T>
Add a protected Dispose method and a finalizer to WebApplicationFactory<T> for use in classes that derive from it and want to dispose of their own resources.
Resolves #7631 .
* Address review feedback
Only dispose of fields if disposing is true.
2018-04-13 09:30:33 -07:00
David Fowler
3e69fdc4ad
Delegate disposable to the IConnectionFactory ( #1999 )
...
- Added DisposeAsync to the IConnectionFactory. It's responsible for disposing the connection after the pipe has closed.
- Added dispose callback to WithConnectionFactory
- Don't wait for poll request to end before unwinding from the transport
- Make sure all http requests are done before returning from StopAsync in both SSE and longpolling
2018-04-13 09:16:23 -07:00
Kiran Challa
f824751bb9
Added Razor class library project template
...
[Fixes #323 ] Add a Razor class library project template
2018-04-13 04:21:49 -07:00
David Fowler
abe139ee16
Make the protocol and messages public ( #1994 )
...
* Move types to a .Protocol namespace
2018-04-13 01:53:41 -07:00
James Newton-King
198013bfa3
Microsoft.AspNetCore.Http.Connections.Client refactors ( #1995 )
2018-04-13 20:13:58 +12:00
David Fowler
83dec1093a
Fixed flaky longpolling tests ( #1993 )
...
- Wait for disposal and removal of the connection
2018-04-13 00:42:31 -07:00
David Fowler
4a568e90d2
API review changes ( #1992 )
...
- Changed GetMessageBytes to return ReadOnlyMemory
- Make HandshakeProtocol.SuccessHandshakeData a readonly field
2018-04-13 00:25:02 -07:00
Mikael Mengistu
70c63fe9e8
Http.Connections.Client API Review changes ( #1987 )
2018-04-13 06:52:27 +00:00
Ahson Khan
d57da6b71f
Collapse AsSpan().Slice(..) into AsSpan(..) ( #2491 )
2018-04-12 23:33:47 -07:00
Ahson Khan
0ee4a86564
Collapse AsSpan().Slice(..) into AsSpan(..) ( #1991 )
2018-04-12 23:15:47 -07:00
Andrew Stanton-Nurse
16c6a65bf2
polyfill UInt8Array.forEach for IE ( #1981 )
2018-04-12 21:15:39 -07:00
Mikael Mengistu
0053124ca4
Make Proxies Internal ( #1982 )
2018-04-13 00:38:16 +00:00
Mikael Mengistu
df4d901ae7
Fix 5 param On extension method ( #1984 )
2018-04-13 00:37:13 +00:00
Stephen Halter
10f3b6863e
Avoid nullref in KestrelEventSource ( #2483 )
...
* Avoid nullref in KestrelEventSource
* Improve HostNameIsReachableAttribute to speed up test discovery
2018-04-12 17:29:34 -07:00
John Luo
c4b9e061ca
Update usage of TestSink
2018-04-12 17:29:31 -07:00
Justin Kotalik
4188d2fe68
sttimer changes to V2 ( #773 )
2018-04-12 17:11:38 -07:00
=
a5e67d606b
Update usage of TestSink
2018-04-12 17:11:18 -07:00
=
49aafe8eb0
Update usage of TestSink
2018-04-12 16:59:23 -07:00
=
d5a4d9b8c5
Update usage of TestSink
2018-04-12 16:58:19 -07:00
Justin Kotalik
5fd1f9e0e5
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-04-12 16:33:29 -07:00
John Luo
0efe83b4f2
Update usage of TestSink
2018-04-12 16:28:32 -07:00
=
7113e54267
Update usage of TestSink
2018-04-12 16:17:04 -07:00
Hao Kung
5a2eb3becd
Include social logins and authenticator key as part of personal download ( #1745 )
2018-04-12 15:41:27 -07:00