Commit Graph

37701 Commits

Author SHA1 Message Date
Steve Sanderson e331355c1d Merge branch 'rel/2.0.0-preview2' into dev 2017-06-07 22:57:37 +01:00
Steve Sanderson 60c8a3471d Enable localisation for template names/descriptions in VS 2017-06-07 22:53:55 +01:00
Eilon Lipton 32e21e2a5c Merge pull request #6363 from JamesNK/patch-1
Return a shared contract resolver
2017-06-07 14:37:18 -07:00
Pavel Krymets 97b2e49bd4 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-07 14:30:06 -07:00
BrennanConroy d1df3671d8 Add Auth Test that was accidentally deleted (#541) 2017-06-07 14:29:59 -07:00
Pavel Krymets c845b07b56 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-07 14:29:28 -07:00
Pavel Krymets 446bc4a394 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-07 14:29:02 -07:00
Pavel Krymets f65a544662 React to logging changes 2017-06-07 14:28:07 -07:00
Steve Sanderson c7b7f40d2c Update template package to support generating net461 projects as well as netcoreapp2.0 2017-06-07 22:27:43 +01:00
Pavel Krymets a9ca4aeeb2 React to logging changes 2017-06-07 14:27:30 -07:00
Pavel Krymets 9862dc5853 React to logging changes 2017-06-07 14:26:17 -07:00
Pranav K 8f883e8e13 Use RazorViewAttribute \ RazorPageAttribute for view discovery 2017-06-07 13:49:24 -07:00
Pavel Krymets 4bf20035e4 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-07 13:48:27 -07:00
Pavel Krymets 2845e9b7d4 Add configuration package reference because Logging dropped it (#6375) 2017-06-07 13:47:39 -07:00
Ryan Nowak 95c5049dd0 Add DisplayName and Description for directives
Renamed Name -> Directive so that it doesn't overlap with DisplayName.
2017-06-07 13:37:34 -07:00
Nate McMaster 1dfe37b55a React to downstream upgrades to .NET Standard 2.0 2017-06-07 12:51:48 -07:00
Ryan Nowak 45dec0dca4 Fix #1407 null refs in VCTH tests
Dictionary isn't thread safe YO.
2017-06-07 12:37:04 -07:00
Stephen Halter c6df7eb644 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-07 11:50:27 -07:00
Stephen Halter f96c48c08d Add a request body size limit (#1877)
- Implement IHttpMaxRequestBodySizeFeature
2017-06-07 11:48:56 -07:00
John Luo fe6a3a6653 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-07 11:47:46 -07:00
John Luo 4f67914e3a Re-enable building symbols for runtime store
By adding Microsoft.DiaSymReader.Native.*.dll to the path
2017-06-07 11:44:18 -07:00
Pavel Krymets a59cb93703 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-07 11:35:45 -07:00
Pavel Krymets 8fa5e96516 React to Logging.Configuration package addition (#146) 2017-06-07 11:34:43 -07:00
Pavel Krymets f7a1d98e31 Revert "React to Logging.Configuration package addition (#146)"
This reverts commit 108df3eb24.
2017-06-07 11:34:07 -07:00
Pavel Krymets 108df3eb24 React to Logging.Configuration package addition (#146) 2017-06-07 11:33:05 -07:00
Javier Calvarro Nelson 96bc5de217 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-07 10:17:44 -07:00
Javier Calvarro Nelson 2fe2c32497 Remove identity service packages from the metapackage 2017-06-07 10:12:01 -07:00
David Fowler 9dedc98094 Deprecate the IAuthenticationHandler property (#863)
* Deprecate the IAuthenticationHandler property
2017-06-07 07:04:48 -10:00
Nate McMaster ccef6b261b Lift Microsoft.Extensions.WebEncoders to target .NET Standard 2.0 2017-06-07 09:41:23 -07:00
David Fowler 50f1d8f9fe Added IHubProtocol to ts client (#537)
- Mimics the .NET client structure wise
- Also adds a JsonHubProtocol implementation
2017-06-07 05:46:27 -10:00
Steve Sanderson d8c0bd8898 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-07 15:02:29 +01:00
Steve Sanderson 5127a74d3f Clean up dependencies.props 2017-06-07 14:59:00 +01:00
Steve Sanderson e38399fbf4 Remove redundant explicit SpaServices references from templates now it's on the .All metapackage anyway 2017-06-07 14:58:54 +01:00
Steve Sanderson 045c05fc88 Update samples to target both netcoreapp2.0 and net461 2017-06-07 14:58:49 +01:00
Steve Sanderson b444831c8d Remove System.Runtime.Loader dependency to enable net461 support. Use IApplicationLifetime instead of AssemblyLoadContext.Default.Unloading. 2017-06-07 14:58:44 +01:00
Steve Sanderson 2aaceaa9f8 Move core packages to netstandard2.0 2017-06-07 14:58:33 +01:00
Steve Sanderson 1c5bd98d8a Stop doing NPM restores during CI builds, as the result isn't used anyway 2017-06-07 14:58:28 +01:00
David Fowler 0bbe42a912 Unbreak the chat sample 2017-06-07 01:02:53 -07:00
BrennanConroy 1fad901843 Fix inherited hub auth and added tests (#535) 2017-06-06 20:55:34 -10:00
Mikael Mengistu 680c48d584 Change Group Add and Remove API (#522) 2017-06-06 21:50:34 -04:00
Nate McMaster a754e91f37 Update sample test app to netstandard2.0 2017-06-06 17:29:56 -07:00
Nate McMaster c61654b7dc Target .NET Standard 2.0 2017-06-06 17:22:36 -07:00
N. Taylor Mullen 911b8e0571 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-06 17:16:30 -07:00
Nate McMaster e9362360c6 Remove unused dependency and update corefx version 2017-06-06 17:12:47 -07:00
John Luo 35ec06975d Use file globbing to resolve manifests 2017-06-06 17:04:23 -07:00
Pawel Kadluczka 1ae4d3e042 Fixing typos (#519) 2017-06-06 16:55:10 -07:00
Ajay Bhargav Baaskaran fa2d162ac1 React to razor 2017-06-06 16:43:28 -07:00
Nate McMaster 0362488242 Lift sample test app to .NET Standard 2.0 2017-06-06 16:10:40 -07:00
Stephen Halter 6717f1674f Merge branch 'rel/2.0.0-preview2' into dev 2017-06-06 16:03:42 -07:00
Stephen Halter 89057003b3 Check IHttpMaxRequestBodySizeFeature.IsReadOnly (#379) 2017-06-06 16:02:36 -07:00