Commit Graph

942 Commits

Author SHA1 Message Date
Ryan Brandenburg cd4689871f Set AspNetCoreVersion 2017-07-24 17:56:05 -07:00
Ryan Brandenburg 0dfb34011e 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:28:52 -07:00
Mike Harder 266736764c Rename to DiagnosticSourceVersion (#1143)
- Matches other repos
2017-07-19 09:37:37 -07:00
David Fowler e4350945c5 Attach the correlation id to the request scope if logging is on (#1138)
- Add the correlation id to the request scope as well as setting
it as the parent id of the activity
2017-07-11 10:03:15 -07:00
Ryan Brandenburg 3860ff4496 Skip first time experience on Appveyor 2017-07-10 15:18:18 -07:00
Pranav K 6abad0af2e Merge branch 'rel/2.0.0' into dev 2017-07-10 11:57:56 -07:00
Pranav K ff547c46a0 Updating KoreBuild branch 2017-07-10 11:57:56 -07:00
Pranav K b5efb77aa4 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:42:43 -07:00
Pranav K 5fc9d8c198 Branching for 2.0.0 rtm 2017-07-10 11:42:42 -07:00
Ryan Brandenburg 7ca5002b4c Remove NETSTandard.Library.NETFramework 2017-07-07 10:27:25 -07:00
Pranav K 4d156bcaca Update version suffix for 2.0.0 RTM release 2017-07-06 15:08:16 -07:00
Ryan Brandenburg 84f7aad30e Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:35:34 -07:00
Nate McMaster b7ab95291c React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:29 -07:00
Ryan Brandenburg 654d6bee4a DiagnosticSource to 4.4.1 2017-07-03 15:06:56 -07:00
Pranav K d70c1b9f5c Update LICENSE.txt text 2017-07-03 14:05:52 -07:00
John Luo 15008b0b7f Add WaitForShutdown to WebHostExtensions 2017-07-01 23:13:52 -07:00
David Fowler b0a70aeef7 Add synchronous Start back to IWebHost (#1125)
* Add synchronous Start back to IWebHost
- Fixed extension methods to have a default(CancellationToken)
- Removed extension methods for Start, StartAsync and StopAsync
2017-07-01 15:00:54 -07:00
David Fowler b8e699b844 Remove dependency in HttpContextFactory for HostingApplicationTests (#1121) 2017-06-29 11:24:30 -07:00
Ryan Brandenburg bd661a9e86 Update Moq and remove NETSTandard.Library.NetFramework 2017-06-29 10:18:14 -07:00
Mike Harder 81dafd0e3b Remove custom apt source (#1113)
* Matches `.travis.yml` used in other repos
2017-06-26 14:41:03 -07:00
David Fowler 92fe9e1cd3 Fix travis settings 2017-06-23 19:32:42 -07:00
David Fowler 5fa9fc9458 Updated breaking changes file 2017-06-23 09:33:58 -07:00
Kristian Hellang 513f6ac816 Avoid having to return anything in StartupBase.ConfigureServices (#957)
* Implement IStartup explicitly so we don't have to return a service provider
* Inherit StartupBase and override CreateServiceProvider
2017-06-23 08:48:06 -07:00
Pranav K acb96ec971 Preapre for StackTrace.Sources changes 2017-06-22 11:18:43 -07:00
Pranav K d14b453c33 Allow publishing rid specific desktop applications 2017-06-21 12:16:01 -07:00
David Fowler e88ad84a72 Create a scoped service provider for the call to Configure (#1106)
* Create a scoped service provider for the call to Configure
- This allows scoped dependencies to be injected into the Configure method.
It means you can resolve the DbContext or any other scoped service without
the hassle of the CreateScope boiler plate. As a side effect, it also makes
Startup.Configure a bit more testable.
2017-06-19 14:14:20 -07:00
David Fowler 70a3017b12 Add overload that takes an IConfigurationBuilder (#1107) 2017-06-19 12:41:43 -07:00
Kiran Challa 39aa81abcc Fixed version of netstandard.library 2017-06-15 05:31:02 -07:00
Kiran Challa 21be9922c2 Merge branch 'rel/2.0.0-preview2' into dev-gate 2017-06-15 04:01:23 -07:00
Kiran Challa 53128bca0e Revert "Add "--no-restore" parameter to "dotnet publish" (#1101)"
This reverts commit 007e3b6b51.
2017-06-14 20:06:11 -07:00
Kiran Challa 0b90376bbf Revert "Add "--no-restore" parameter to "dotnet run" (#1104)"
This reverts commit 78877b6ba2.
2017-06-14 20:06:03 -07:00
Kiran Challa 9f49d34c17 Revert "Workaround: On xplat machines, provided executable permission to published standalone application executable"
This reverts commit 51f77ea7f3.
2017-06-14 19:52:54 -07:00
Mike Harder 3763aba85c Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-13 10:40:19 -07:00
Mike Harder 78877b6ba2 Add "--no-restore" parameter to "dotnet run" (#1104)
- Workaround for "Publish fails on app with project reference to netstandard2.0 class library" (https://github.com/dotnet/cli/issues/6843)
2017-06-13 10:39:58 -07:00
Mike Harder 86c31c5dc3 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-12 16:59:57 -07:00
Mike Harder 007e3b6b51 Add "--no-restore" parameter to "dotnet publish" (#1101)
- Workaround for "dotnet publish fails on app with project reference to netstandard2.0 class library" (https://github.com/dotnet/cli/issues/6843)
2017-06-12 16:59:34 -07:00
Mike Harder 9a50ceb41b Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-12 16:29:11 -07:00
Mike Harder 93868fdf9a Enable Travis and AppVeyor on "rel" branches (#1102) 2017-06-12 16:28:32 -07:00
Chris R a2962d54f1 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-02 12:23:47 -07:00
Chris R 5e2bb55be0 Change Certificates.Configuration to a Sources package 2017-06-02 12:21:43 -07:00
Pavel Krymets 0f0c88b8cd React to logging in DI changes (#1089) 2017-06-02 08:33:37 -07:00
Nate McMaster 5bcc76d32c Remove dependency on DataProtection
Reverse changes made in #1064
2017-06-01 16:26:54 -07:00
Pranav K 0085022c02 Updating versions to preview3 2017-06-01 10:47:00 -07:00
Pranav K 9c666e4eac Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 19:59:34 -07:00
Pranav K 140cfc21bd Updating build scripts to point to 2.0.0-preview2 KoreBuild 2017-05-31 19:53:19 -07:00
Pranav K aeb246d2f0 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 19:43:30 -07:00
Pranav K a1cf4279b6 Branching for rel/2.0.0-preview2 2017-05-31 19:36:35 -07:00
Chris R 44ccbee9ba Moving CertificateLoader from MetaPackages to Hosting. 2017-05-30 16:26:33 -07:00
Chris R 0177ab8424 Change SelfHostDepoyer to use net461 2017-05-30 09:56:23 -07:00
Kiran Challa 57647bff2e Updated to use the latest shared runtime 2017-05-26 12:40:28 -07:00