Commit Graph

1105 Commits

Author SHA1 Message Date
dotnet-maestro-bot 7e9d1ca25b Upgrade to .NET Core 3.0.0-preview1-26728-01 (#1284) 2018-07-30 09:44:37 -07:00
dotnet-maestro-bot d7ea76fba2 Upgrade to .NET Core 3.0.0-preview1-26727-03 (#1282) 2018-07-27 15:02:04 -07:00
dotnet-maestro-bot 835cc88cf7 Upgrade to .NET Core 3.0.0-preview1-26726-04 (#1281) 2018-07-26 11:23:01 -07:00
Nate McMaster 8f4d53a3e2
React to package renames 2018-07-26 09:53:27 -07:00
Nate McMaster 232c71f772
React to removing .Buffers.Sources package 2018-07-26 09:32:43 -07:00
dotnet-maestro-bot 95b2030ef6 Upgrade to .NET Core 3.0.0-preview1-26726-01 (#1280) 2018-07-26 07:50:01 -07:00
Nate McMaster 0b85431980
React to renaming the WebHostBuilderFactory source package 2018-07-25 16:52:21 -07:00
Nate McMaster 68fd26a46b
Merge branch 'release/2.2' 2018-07-25 11:19:21 -07:00
Nate McMaster 06f0146731
Merge branch 'release/2.1' into release/2.2 2018-07-25 11:10:03 -07:00
Nate McMaster 7119fc7e1d
Upgrade xunit test runner to 2.4.0 RTM and xunit.analyzers to 0.10.0 (#1275)
Also, cleaned up two unused properties from the deps.props file.
2018-07-25 11:08:35 -07:00
dotnet-maestro-bot b119b39aad Upgrade to .NET Core 3.0.0-preview1-26725-04 (#1276) 2018-07-25 10:31:09 -07:00
Nate McMaster 2d79bee072
Remove condition on the Server.IIS package 2018-07-25 09:40:43 -07:00
Nate McMaster 2e96271e69
Merge branch 'release/2.1' into release/2.2 2018-07-25 09:29:48 -07:00
Nate McMaster aee905e359
Sort list of artifacts and add selenium to external artifacts 2018-07-25 09:18:53 -07:00
dotnet-maestro-bot 170a1650e9 Upgrade to .NET Core 3.0.0-preview1-26725-01 (#1274) 2018-07-25 08:53:44 -07:00
Nate McMaster 5f9073c0a3
Merge branch 'release/2.2' 2018-07-24 13:50:31 -07:00
dotnet-maestro-bot d6eba42bf0 Upgrade to .NET Core 3.0.0-preview1-26724-02 (#1250) 2018-07-24 13:39:32 -07:00
dotnet-maestro-bot 18e0871fe2 Update to NETCore.App 2.1.3-servicing-26722-02 2018-07-23 19:40:41 -07:00
dotnet-maestro-bot 7d12e6bb13 Updating external dependencies (#1268)
New versions:
    MicrosoftNETCoreDotNetAppHostPackageVersion
    MicrosoftNETCoreAppPackageVersion
2018-07-19 17:31:53 -07:00
dotnet-maestro-bot 8260ed6c46 Update to NETCore.App 2.1.3-servicing-26718-02 2018-07-18 19:47:18 -07:00
Nate McMaster 019210ff0a
Fix for when InstallSharedRuntimeFromPreviousBuild is true and AspNetCoreFxFeed is set 2018-07-18 11:20:23 -07:00
Pavel Krymets b5be7b56d9
Add Microsoft.AspNetCore.Server.IIS to metapackges (#1263) 2018-07-17 09:21:32 -07:00
Smit Patel e5864f7bef Merge branch 'release/2.2' 2018-07-16 15:58:31 -07:00
Smit Patel 7c6a60b62b EFCore: Upgrade IX-Async 2018-07-16 15:28:34 -07:00
Justin Kotalik 68ad089062 merging release/2.2 into master 2018-07-13 16:53:48 -07:00
Ryan Nowak b144f3a12f Update artifacts.props 2018-07-13 14:16:05 -07:00
Ryan Nowak 3af5287b66 Make HealthChecks back into shipping packages 2018-07-13 14:16:05 -07:00
Nate McMaster e69a47f230
Implement patch policies per repo and set default to ProductChangesOnly
Our policy since 1.0.0 has been to always cascade version updates in the packages we own. e.g. if Logging has a product change in 2.1.x, then Kestrel, EF Core, Mvc, etc also re-ship with the updated Logging dependency. This has been done for a variety of reasons:

* NuGet does not show updates for transitive dependencies, only direct ones
* NuGet does resolves the lowest compatible transitive dependencies
* ASP.NET Core ships to both .NET Framework (where transitive dependency version matters) and .NET Core (where it matters less if you use the shared framework)

While transitive dependencies is still an important scenario, this practice of always patching has led to bigger issues.

* High probability users will unintentionally upgrade out of the shared framework: #3307
* Conflicts with metapackages that attempt to use exact version constraints: aspnet/Universe#1180
* A quality perception issue: the high volume of new versions in servicing updates with only metadata changes has created the impression that new versions of packages may not be very important. It's also made it appear like there are more issues product than there really are.
* High volume of packages changing with only metadata changes. Of the last 301 packages published in a servicing update, only 11 contained actual changes to the implementation assemblies. (3.5%)

This change implements a system to verify a new, non-cascading versioning policy for servicing updates. This required changes to repos to pin version variables to that matter per-repo,
and to remove some of the restrictions and checks.

Incidentally, this should make defining new patches easier because it automatically determines which packages are or are not patching in the release.
2018-07-12 21:33:50 -07:00
Pavel Krymets 3042728f8b
Add Microsoft.AspNetCore.Server.IntegrationTesting.IIS (#1253) 2018-07-12 11:56:44 -07:00
Nate McMaster aa5a06ea53
Update aspnetcore_base_runtime to include the 3.0 version 2018-07-11 16:25:35 -07:00
Nate McMaster 683e327637
Pin Microsoft.Extensions.DependencyModel to 2.1.0 2018-07-11 12:11:17 -07:00
Nate McMaster 1aa529ddf6
Merge branch 'release/2.2' 2018-07-10 16:22:44 -07:00
Nate McMaster d50f75ac21
Merge branch 'release/2.1' into release/2.2 2018-07-10 16:17:44 -07:00
dotnet-maestro-bot 4f81f75777 Updating external dependencies (#1249) 2018-07-10 12:45:52 -07:00
dotnet-maestro-bot dc5b382853 Upgrade to .NET Core 3.0.0-preview1-26710-03 (#1248) 2018-07-10 12:04:46 -07:00
Nate McMaster b410a585f7
Merge 2.1.2 into release/2.1 2018-07-10 10:27:26 -07:00
dotnet-maestro-bot 867ce87140 Upgrade to .NET Core 3.0.0-preview1-26709-03 (#1241) 2018-07-09 18:23:31 -07:00
Nate McMaster 9ad9ada9ea
Pin to the latest stable 2.1.x corefx packages 2018-07-09 18:16:57 -07:00
Nate McMaster 363269ef60
Merge branch 'release/2.1' into release/2.2 2018-07-06 15:34:34 -07:00
Nate McMaster 931f0754af
Do not restore in parallel - workaround for race condition in /t:Restore 2018-07-06 15:34:05 -07:00
Nate McMaster ae66308a89
Fixup bad merge 2018-07-06 15:31:15 -07:00
Nate McMaster 9276602279
Merge branch 'release/2.1' into release/2.2 2018-07-06 13:43:43 -07:00
Nate McMaster bf03fee4be
Refactor LZMA generation to support Docker and Antares usage
List explicitly as .csproj files the scenarios for which the offline package cache is important

Produces new artifacts designed for various scenarios, such as:
 * Docker (where xml doc files are not needed)
 * Azure web apps (where 1.x SDKs must still be supported, but xml docs are not needed)
2018-07-06 13:15:23 -07:00
Nate McMaster d7721fdff4
Merge branch 'release/2.0' into release/2.1 2018-07-05 20:12:24 -07:00
Nate McMaster fb7a5b92cc
Merge branch 'release/2.2' 2018-07-05 15:18:12 -07:00
Nate McMaster fbf445b7b7
Merge branch 'release/2.1' into release/2.2 2018-07-05 15:00:11 -07:00
Nate McMaster cd449cef2b
Update xunit.runner.visualstudio to 2.4.0-rc.1.build4038 2018-07-05 14:56:52 -07:00
Nate McMaster 71de7a98f5
Merge branch 'release/2.1' into release/2.2 2018-07-05 10:21:51 -07:00
Nate McMaster 62ea0264e4
Ensure trx logging is reported correctly when building in TeamCity 2018-07-05 10:14:35 -07:00
Nate McMaster a7811c5656
Ensure .NET Core runtimes are install in alpine builds to tests can run 2018-07-03 12:26:20 -07:00