Commit Graph

32891 Commits

Author SHA1 Message Date
dotnet-bot 03f29fb422 Merge in 'release/2.2' changes 2019-05-08 00:30:53 +00:00
Doug Bunting 0c0596b910
Merge branch 'release/2.1' => 'release/2.2' (#10017) 2019-05-07 17:29:50 -07:00
dotnet-bot 1435be9c02 Merge in 'release/2.2' changes 2019-05-07 08:18:32 +00:00
John Luo 6e691e9f20
Use nuget release of netfx ref package (#10024) 2019-05-07 01:17:14 -07:00
dotnet-bot 3432b599a5 Merge in 'release/2.2' changes 2019-05-07 01:50:45 +00:00
Doug Bunting fcd96b2fe5 Update EF Core submodule for 2.2
- aspnet/AspNetCore-Internal#2474
2019-05-06 18:49:46 -07:00
Doug Bunting 493e216ca6
Correct `$(StartArguments)` 2019-05-06 18:46:52 -07:00
Doug Bunting 2b186421d8
Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2 2019-05-06 15:18:44 -07:00
Doug Bunting 17ea650638
Add `--update` option to BaselineGenerator (#9956)
- aspnet/AspNetCore-Internal#1649
- remove `$(StartArguments}` from project; conflicts with `--update`
- support v3 source _automatically_ when not using `--update`
  - use NuGet's V3 source by default
- update README.md

nits:
- `--source` -> `--package-source` due to conflict with a `dotnet` argument
- address Markdown lint warnings in README.md
- grab a couple of improvements from 'release/2.2'
  - never exit silently
  - remove `first` special case
2019-05-06 15:04:15 -07:00
dotnet-bot 9ee1a878fc Merge in 'release/2.2' changes 2019-05-05 17:57:03 +00:00
Doug Bunting f226864cd6
Merge branch 'release/2.1' => 'release/2.2' (#9980) 2019-05-05 10:56:02 -07:00
Doug Bunting 8cb331f8e1
Merge branch 'release/2.1' into release/2.2 2019-05-04 22:43:55 -07:00
Doug Bunting 6a6a119c9a Switch to non `-Int` pools and clear NuGet caches
- aspnet/AspNetCore-Internal#2436
- aspnet/AspNetCore#9767
2019-05-04 22:23:33 -07:00
dotnet-bot 00d2fe59c3 Merge in 'release/2.2' changes 2019-04-22 03:55:04 +00:00
Doug Bunting 8db56e56c7
Merge branch 'release/2.1' => 'release/2.2' (#9590) 2019-04-21 20:53:48 -07:00
Doug Bunting 2e94885ecd
Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2 2019-04-19 22:49:13 -07:00
Doug Bunting e96a53f9e7
Support internal pull requests (#9578)
- aspnet/AspNetCore-Internal#2231
- use internal pools for all internal builds
- do not sign in builds for internal pull requests

nits:
- VSTS -> Azure DevOps
- restore higher `maxParallel` values for E2E tests on Linux and Windows
2019-04-19 18:23:54 -07:00
dotnet-bot 33c2d01092 Merge in 'release/2.2' changes 2019-04-19 22:58:25 +00:00
Doug Bunting e22a7d1b97 Unpin the Microsoft.Extensions.Diagnostics.HealthChecks package version
- aspnet/AspNetCore-Internal#2337
2019-04-19 15:57:11 -07:00
dotnet-bot a88706c89a Merge in 'release/2.2' changes 2019-04-16 21:49:02 +00:00
Nate McMaster dd655bcc9a
Merge branch 'release/2.1' into release/2.2 2019-04-16 14:13:01 -07:00
Nate McMaster 2a99b8608d
Merge changes from 'release/2.2' 2019-04-16 11:57:15 -07:00
Matt Mitchell 860071e31c Pin System.Net.WinHttpHandler (#9427) 2019-04-16 11:54:06 -07:00
Doug Bunting ff54d31361
Merge branch 'release/2.1' => 'release/2.2' (#9422) 2019-04-16 10:32:41 -07:00
Matt Mitchell 180554e732 Unpin System.Memory (#9425) 2019-04-16 10:12:10 -07:00
Doug Bunting 13af5d9f1c
Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2 2019-04-16 09:19:07 -07:00
Javier Calvarro Nelson 1bc775f636 [2.2] Include Identity UI in the 2.2.5 patch 2019-04-16 09:13:40 -07:00
Javier Calvarro Nelson 2657cb87b6 [2.1] Include Identity UI in the 2.1.11 patch 2019-04-16 09:13:00 -07:00
BrennanConroy d93b207485 Add Site Extension to patch (#9336)
- make build.cmd work
- update build/repo.props

Co-Authored-By: BrennanConroy <brecon@microsoft.com>
2019-04-15 22:21:27 -07:00
Nate McMaster d004cf0f14
Merge branch 'release/2.1' into release/2.2 2019-04-15 16:42:07 -07:00
Brice Lambson dad3703d1b [2.1] Include EntityFrameworkCore in the 2.1.11 patch (#9397) 2019-04-15 16:08:43 -07:00
dotnet-bot 05f07e2df2 Merge in 'release/2.2' changes 2019-04-15 22:20:57 +00:00
Nate McMaster 79e98dd169
Update dependency version of Extensions.Binder to avoid downgrading sharedfx versions from 2.1.10 (#9393) 2019-04-15 15:19:40 -07:00
Nate McMaster 5b65cbfadc
Fix aspnet/AspNetCore-Internal#2269 - fix for missing dependency metadata on a few Extensions packages when building in ProdCon (#9387) 2019-04-15 15:19:27 -07:00
Pranav K 836964a653 Don't log action and page handler arguments above Trace level (#9227) 2019-04-15 13:29:07 -07:00
Doug Bunting e0a4673e0b
Add missing package archives (#9351)
- not mandatory (it seems) for 2.1 but useful pseudo-documentation
2019-04-15 10:49:43 -07:00
dotnet-bot f139b0dfaa Merge in 'release/2.2' changes 2019-04-15 17:49:40 +00:00
Doug Bunting 5c96ab1709 Add missing package archives
- aspnet/AspNetCore-Internal#2217
2019-04-15 10:48:15 -07:00
dotnet-bot 5cc0e7f69c Merge in 'release/2.2' changes 2019-04-15 16:22:05 +00:00
Matt Mitchell bfcbc4fd26 Unpin 2 packages (#9380)
- Microsoft.Extensions.Logging.Azure.AppServices
- System.Data.SqlClient
2019-04-15 09:20:34 -07:00
Brennan Conroy 4332a25c43 Update Redis dependency 2019-04-15 15:49:37 +00:00
Brennan Conroy 6ecdff7c68 Merged PR 898: Update MessagePack dependency
Update MessagePack dependency
2019-04-12 22:25:38 +00:00
Andrew Stanton-Nurse ec00758af9 Update PatchConfig.props 2019-04-11 22:16:39 -07:00
Justin Kotalik 7e1d545e29 Remove dependency on jscript in IISExpress installers (#8707)
* Add a .gitignore
2019-04-11 21:25:54 -07:00
Stephen Halter 22f0e9b412 Don't fail shutdown-does-not-crash test if merely ungraceful (#8896)
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/2101
2019-04-11 20:29:38 -07:00
Pranav K 5424045dac Ensure PackageArchive contains the right build of Razor.Design package (#6992)
* Ensure PackageArchive contains the right build of Razor.Design package

* Re-order values in build\dependencies.props to ensure Razor.Design's package version is
  overwritten.
* Convert additional package refs to project refs

Fixes https://github.com/aspnet/AspNetCore-Internal/issues/1708

* Update CodeCheck.ps1
2019-04-11 17:14:11 -07:00
Andrew Stanton-Nurse 7acf98a16c
update SignalR Java client signing cert (#9049) 2019-04-10 20:53:00 -07:00
Doug Bunting a7847b56bf
Merge branch 'release/2.1' => 'release/2.2' (#9250) 2019-04-10 14:50:30 -07:00
Mikael Mengistu 74951717bc backport accessTokenProvider fix (#8726) 2019-04-10 13:14:15 -07:00
Doug Bunting 05ad003b2e
Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2 2019-04-10 09:31:41 -07:00