Nate McMaster
6ab3df58af
Update branding to 2.1.12 ( #10865 )
2019-06-04 16:58:12 -07:00
Nate McMaster
d558350d50
Move updateMigrations.cmd back into its correct subfolder
2019-05-14 10:49:47 -07:00
dotnet-bot
0890d19e27
Merge in 'release/2.1' changes
2019-05-14 05:35:58 +00:00
Doug Bunting
064dce2bef
Get e2e tests running
...
- correct `--filter` syntax; perform `contains` match on `Name` and not `FullyQualifiedName`
- `FullyQualifiedName` doesn't seem to include NUnit test case data
- move to latest test package versions
- support recent SDK versions
Background: successful but no-op builds have been common lately
- blocking real work on aspnet/AspNetCore-Internal#1843
2019-05-13 22:34:58 -07:00
Matt Mitchell
11ab4bd196
Fix aspnet e2e tests
...
- add `-CliManifestName` option to run-tests.ps1 command
- pass `-CliManifestName` and more from YAML to run-tests.ps1
- pass access token suffix
2019-05-13 22:34:58 -07:00
dotnet-bot
ff87665cc5
Merge in 'release/2.1' changes
2019-05-07 04:51:54 +00:00
Doug Bunting
c7287509a0
Update EF Core submodule for 2.1
...
- aspnet/AspNetCore-Internal#2474
2019-05-06 21:50:39 -07:00
dotnet-bot
cab367eb5a
Merge in 'release/2.1' changes
2019-05-06 22:05:20 +00: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
8aa70f479a
Merge in 'release/2.1' changes
2019-05-05 05:24:30 +00: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
d1a4528160
Merge in 'release/2.1' changes
2019-04-20 01:25:16 +00: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
d5d91ad3a9
Merge in 'release/2.1' changes
2019-04-16 18:55:33 +00:00
Matt Mitchell
860071e31c
Pin System.Net.WinHttpHandler ( #9427 )
2019-04-16 11:54:06 -07:00
dotnet-bot
339bed91f2
Merge in 'release/2.1' changes
2019-04-16 17:13:42 +00:00
Matt Mitchell
180554e732
Unpin System.Memory ( #9425 )
2019-04-16 10:12:10 -07:00
dotnet-bot
476be1182f
Merge in 'release/2.1' changes
2019-04-16 16:14:24 +00:00
Javier Calvarro Nelson
2657cb87b6
[2.1] Include Identity UI in the 2.1.11 patch
2019-04-16 09:13:00 -07:00
Nate McMaster
fafae36461
Merge changes from 'release/2.1'
2019-04-15 17:02:10 -07:00
Brice Lambson
dad3703d1b
[2.1] Include EntityFrameworkCore in the 2.1.11 patch ( #9397 )
2019-04-15 16:08:43 -07: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
Pranav K
836964a653
Don't log action and page handler arguments above Trace level ( #9227 )
2019-04-15 13:29:07 -07:00
dotnet-bot
f70a87ccac
Merge in 'release/2.1' changes
2019-04-15 17:51:13 +00: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
Brennan Conroy
182c48f0b0
Merged PR 891: Update MessagePack dependency
...
Update MessagePack dependency
Related work items: #142
2019-04-12 17:40:48 +00: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
Doug Bunting
c53bd798c4
Update branding to 2.1.11
...
- no ArchiveBaseline.*.txt additions necessary
2019-04-10 08:59:44 -07:00
Doug Bunting
4072f70b8a
Do not specify `name` of the default (hosted) pools ( #9002 )
...
- aspnet/AspNetCore#8862
- `Hosted Linux Preview` pool name was also no longer valid; aspnet/AspNetCore-Internal#1880
- update e2e-test.yml to use modern AzDO job schema
- https://github.com/dotnet/arcade/blob/master/Documentation/AzureDevOps/PhaseToJobSchemaChange.md
- also update comments to refer to the job schema
- use BYOC queues on Windows; part of aspnet/AspNetCore-Internal#2033
- pick up latest release/2.1 commit for aspnet/EntityFrameworkCore for related changes
2019-04-02 16:37:37 -07:00
Stephen Halter
2b80b9fa01
Attempt to make MaxRequestBufferSizeTests.LargeUpload less flaky ( #8582 )
...
This is for the release/2.1 branch, but should probably be ported forward to master so the test can be unskipped.
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/1775 (hopefully)
See https://github.com/aspnet/AspNetCore-Internal/issues/1970 for the master version.
2019-03-28 11:42:45 -07:00
Doug Bunting
2a2809afe4
Unpin Microsoft.Extensions.Configuration.Binder package
...
- included in this release
2019-03-15 13:28:14 -07:00
Matt Mitchell
7c732d55f6
Pin System.Net.Http package version
2019-03-15 08:11:22 -07:00
Doug Bunting
4941c7b90d
Unpin the System.Net.Http.WinHttpHandler package version
...
- CoreFx shipping a new version
2019-03-14 11:57:12 -07:00
Doug Bunting
e7c5e09ad2
Unpin our System.Net.Http package version
...
- shipped in the past patch
2019-03-08 10:19:17 -08:00
Doug Bunting
e497f4101f
Update branding to 2.1.10 ( #8265 )
2019-03-06 19:45:46 -08:00
Pranav K
db3795b368
Put MVC's functional tests in a separate test group ( #8118 )
...
Possible fix to https://github.com/aspnet/AspNetCore/issues/7313
One of the characteristics of these failures were that the
test took long to run. The build log has warnings for
several long running tests. This might be a result of CPU
contention since mondo-ification that make MVC's functional tests
run with nearly every other test project in the solution
2019-03-01 17:52:50 -08:00
Pranav K
a2e6322721
Restore testassets during build to prevent timeouts ( #8038 )
...
* Restore testassets during build to prevent timeouts
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/1695
2019-03-01 11:43:03 -08:00
Pranav K
1ca6202e7e
Add some additional logging to ErrorPageMiddlewareWebSite ( #8049 )
...
* Add some additional logging to ErrorPageMiddlewareWebSite
DeveloperExceptionMiddleware will log an error if rendering the exception page
throws. The test failure in https://github.com/aspnet/AspNetCore-Internal/issues/1730
suggests that we encountered an error like so but do not have anything further to go by.
This change adds logging to the test so we could identify possible issues
2019-03-01 10:49:54 -08:00
Mikael Mengistu
d2a4435ac8
Update baseline test ( #8014 )
2019-02-28 17:11:23 -08:00
Doug Bunting
f8c3f02345
[2.1. test only] Remove checks for Microsoft.VisualStudio.Web.CodeGeneration.Design in templates ( #7983 )
...
- see aspnet/AspNetCore-Internal#1759
2019-02-26 16:50:35 -08:00
Mikael Mengistu
5661c41909
Add baseline version test ( #7627 )
2019-02-26 09:12:51 -08:00
Doug Bunting
4f2a0edc97
Update Azure queues for Linux and MacOS builds ( #7231 )
...
- aspnet/AspNetCore-Internal#1717
- use a specific Linux image
2019-02-25 09:50:01 -08:00
Doug Bunting
2764ac66b0
Undo "Restore Microsoft.VisualStudio.Web.CodeGeneration.Design references in templates"
...
- not intended for `release/2.1` without a PR!
This reverts commit 4ed02ebc5c
2019-02-22 11:00:26 -08:00
Doug Bunting
4ed02ebc5c
Restore Microsoft.VisualStudio.Web.CodeGeneration.Design references in templates
...
- revert part of "Remove aspnet/Scaffolding submodule (#7166 )"
- that was commit bb8c6fcd46
2019-02-22 10:58:53 -08:00
Pranav K
b2a84b7b5f
Regenerate baselines for precompilation test ( #7766 )
...
* Regenerate baselines for precompilation test
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/1822
2019-02-20 15:21:45 -08:00
Ryan Brandenburg
bd4af873b0
Fix urls
2019-02-14 17:13:06 -08:00
Ryan Brandenburg
137d2d2357
Fix whitespace
2019-02-14 17:13:06 -08:00
Ryan Brandenburg
6786f97526
Update simpleapp test
2019-02-14 17:13:06 -08:00
Ryan Brandenburg
271e222b51
Update to bootstrap 3.4.1
2019-02-14 17:13:06 -08:00
Doug Bunting
8d58116d6d
Fix Microsoft.AspNetCore version in baseline
...
- odd that Microsoft.AspNetCore.Server.IISIntegration didn't have correct version before…
2019-02-14 11:25:36 -08:00