From 2e9484b44ef24d53e1bec7ea473c12b6eef44501 Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Fri, 20 Sep 2019 21:07:28 +0200 Subject: [PATCH 1/6] [Infrastructure] Separate dump capturing and upload from log updating and upload (#14198) * Separates the dumps into its on set of artifacts. * Prioritizes uploading dumps for hanging builds before any other artifact. --- .azure/pipelines/ci.yml | 8 ++++++++ .azure/pipelines/jobs/default-build.yml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 7cd6b09946..300305948a 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -450,6 +450,10 @@ stages: testResultsFiles: '*.xml' searchFolder: '$(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)/Flaky' artifacts: + - name: Windows_Test_Dumps + path: artifacts/dumps/ + publishOnError: true + includeForks: false - name: Windows_Test_Logs path: artifacts/log/ publishOnError: true @@ -474,6 +478,10 @@ stages: - script: ./src/ProjectTemplates/build.cmd -ci -test -NoRestore -NoBuild -NoBuilddeps "/p:RunTemplateTests=true /bl:artifacts/log/template.test.binlog" displayName: Test Templates artifacts: + - name: Windows_Test_Templates_Dumps + path: artifacts/dumps/ + publishOnError: true + includeForks: false - name: Windows_Test_Templates_Logs path: artifacts/log/ publishOnError: true diff --git a/.azure/pipelines/jobs/default-build.yml b/.azure/pipelines/jobs/default-build.yml index 5a829c68cf..a136f3871f 100644 --- a/.azure/pipelines/jobs/default-build.yml +++ b/.azure/pipelines/jobs/default-build.yml @@ -129,7 +129,7 @@ jobs: - ${{ if and(eq(parameters.agentOs, 'Windows'), eq(parameters.isTestingJob, true)) }}: - powershell: ./eng/scripts/InstallProcDump.ps1 displayName: Install ProcDump - - powershell: ./eng/scripts/StartDumpCollectionForHangingBuilds.ps1 $(ProcDumpPath)procdump.exe artifacts/log/ (Get-Date).AddMinutes(160) dotnet + - powershell: ./eng/scripts/StartDumpCollectionForHangingBuilds.ps1 $(ProcDumpPath)procdump.exe artifacts/dumps/ (Get-Date).AddMinutes(160) dotnet displayName: Start background dump collection - ${{ if eq(parameters.installNodeJs, 'true') }}: - task: NodeTool@0 @@ -171,7 +171,7 @@ jobs: - ${{ parameters.afterBuild }} - ${{ if and(eq(parameters.agentOs, 'Windows'), eq(parameters.isTestingJob, true)) }}: - - powershell: ./eng/scripts/FinishDumpCollectionForHangingBuilds.ps1 artifacts/log/ + - powershell: ./eng/scripts/FinishDumpCollectionForHangingBuilds.ps1 artifacts/dumps/ displayName: Finish background dump collection continueOnError: true condition: always() From f21b00aa458b843619cfc7c47a42803ffd33ea73 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 14:21:54 -0700 Subject: [PATCH 2/6] [release/3.1] Update dependencies from 2 repositories (#14129) * Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190920.1 - Microsoft.NET.Sdk.Razor - 3.1.0-preview1.19470.1 - Microsoft.CodeAnalysis.Razor - 3.1.0-preview1.19470.1 - Microsoft.AspNetCore.Razor.Language - 3.1.0-preview1.19470.1 - Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.0-preview1.19470.1 * Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190920.4 - Microsoft.EntityFrameworkCore.Tools - 3.1.0-preview1.19470.4 - Microsoft.EntityFrameworkCore.SqlServer - 3.1.0-preview1.19470.4 - dotnet-ef - 3.1.0-preview1.19470.4 - Microsoft.EntityFrameworkCore - 3.1.0-preview1.19470.4 - Microsoft.EntityFrameworkCore.InMemory - 3.1.0-preview1.19470.4 - Microsoft.EntityFrameworkCore.Relational - 3.1.0-preview1.19470.4 - Microsoft.EntityFrameworkCore.Sqlite - 3.1.0-preview1.19470.4 Dependency coherency updates - Microsoft.AspNetCore.Analyzer.Testing - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Caching.Abstractions - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Caching.Memory - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Caching.SqlServer - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.CommandLineUtils.Sources - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Abstractions - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Binder - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.CommandLine - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.FileExtensions - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Ini - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Json - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.KeyPerFile - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.UserSecrets - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Xml - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.DependencyInjection - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.DiagnosticAdapter - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileProviders.Abstractions - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileProviders.Composite - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileProviders.Embedded - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileProviders.Physical - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileSystemGlobbing - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Hosting.Abstractions - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Hosting - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Http - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Localization.Abstractions - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Localization - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Abstractions - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.AzureAppServices - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Configuration - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Console - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Debug - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.EventSource - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.EventLog - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.TraceSource - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Testing - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.ObjectPool - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Options.DataAnnotations - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Options - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Primitives - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.TypeNameHelper.Sources - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.ValueStopwatch.Sources - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.WebEncoders - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Internal.Extensions.Refs - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.JSInterop - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Mono.WebAssembly.Interop - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Internal.AspNetCore.Analyzers - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.AspNetCore.Testing - 3.1.0-preview1.19469.1 (parent: Microsoft.EntityFrameworkCore) --- eng/Version.Details.xml | 288 ++++++++++++++++++++-------------------- eng/Versions.props | 144 ++++++++++---------- 2 files changed, 216 insertions(+), 216 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6ae43af554..995faf6897 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,285 +13,285 @@ https://github.com/aspnet/Blazor 348e050ecd9bd8924581afb677089ae5e2d5e508 - + https://github.com/aspnet/AspNetCore-Tooling - 6837778331283c0d00029bcc0e141e6f62ff6bba + f283e4a7c0d47054c9a178ff0b29f00e68f307d3 - + https://github.com/aspnet/AspNetCore-Tooling - 6837778331283c0d00029bcc0e141e6f62ff6bba + f283e4a7c0d47054c9a178ff0b29f00e68f307d3 - + https://github.com/aspnet/AspNetCore-Tooling - 6837778331283c0d00029bcc0e141e6f62ff6bba + f283e4a7c0d47054c9a178ff0b29f00e68f307d3 - + https://github.com/aspnet/AspNetCore-Tooling - 6837778331283c0d00029bcc0e141e6f62ff6bba + f283e4a7c0d47054c9a178ff0b29f00e68f307d3 - + https://github.com/aspnet/EntityFrameworkCore - e89c9972e7c9236bffd7cf44484be973e5d74271 + 48fea2e1a5f3ce15d5595c55120ddd069d055c42 - + https://github.com/aspnet/EntityFrameworkCore - e89c9972e7c9236bffd7cf44484be973e5d74271 + 48fea2e1a5f3ce15d5595c55120ddd069d055c42 - + https://github.com/aspnet/EntityFrameworkCore - e89c9972e7c9236bffd7cf44484be973e5d74271 + 48fea2e1a5f3ce15d5595c55120ddd069d055c42 - + https://github.com/aspnet/EntityFrameworkCore - e89c9972e7c9236bffd7cf44484be973e5d74271 + 48fea2e1a5f3ce15d5595c55120ddd069d055c42 - + https://github.com/aspnet/EntityFrameworkCore - e89c9972e7c9236bffd7cf44484be973e5d74271 + 48fea2e1a5f3ce15d5595c55120ddd069d055c42 - + https://github.com/aspnet/EntityFrameworkCore - e89c9972e7c9236bffd7cf44484be973e5d74271 + 48fea2e1a5f3ce15d5595c55120ddd069d055c42 - + https://github.com/aspnet/EntityFrameworkCore - e89c9972e7c9236bffd7cf44484be973e5d74271 + 48fea2e1a5f3ce15d5595c55120ddd069d055c42 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 https://github.com/dotnet/corefx @@ -408,9 +408,9 @@ https://github.com/dotnet/corefx d0f0bfa5b123b4c1183c889cf4017bb529675502 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 https://github.com/dotnet/arcade @@ -424,9 +424,9 @@ https://github.com/dotnet/arcade f8546fbab59a74a66c83b8cb76b3f6877ce1d374 - + https://github.com/aspnet/Extensions - 6a3964e0694362d51f30c4996930ebef67f929c9 + 659b604fb2e595d48a931a7ed831f6c38f035382 https://github.com/dotnet/roslyn diff --git a/eng/Versions.props b/eng/Versions.props index adbf101e25..91eab842c7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -93,80 +93,80 @@ 3.0.0-preview9.19462.2 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 - 3.1.0-preview1.19467.3 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 + 3.1.0-preview1.19469.1 - 3.1.0-preview1.19468.10 - 3.1.0-preview1.19468.10 - 3.1.0-preview1.19468.10 - 3.1.0-preview1.19468.10 - 3.1.0-preview1.19468.10 - 3.1.0-preview1.19468.10 - 3.1.0-preview1.19468.10 + 3.1.0-preview1.19470.4 + 3.1.0-preview1.19470.4 + 3.1.0-preview1.19470.4 + 3.1.0-preview1.19470.4 + 3.1.0-preview1.19470.4 + 3.1.0-preview1.19470.4 + 3.1.0-preview1.19470.4 - 3.1.0-preview1.19467.2 - 3.1.0-preview1.19467.2 - 3.1.0-preview1.19467.2 - 3.1.0-preview1.19467.2 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 - 3.1.0-preview1.19470.4 - 3.1.0-preview1.19470.4 - 3.1.0-preview1.19470.4 - 3.1.0-preview1.19470.4 - 3.1.0-preview1.19470.4 - 3.1.0-preview1.19470.4 - 3.1.0-preview1.19470.4 + 3.1.0-preview1.19470.6 + 3.1.0-preview1.19470.6 + 3.1.0-preview1.19470.6 + 3.1.0-preview1.19470.6 + 3.1.0-preview1.19470.6 + 3.1.0-preview1.19470.6 + 3.1.0-preview1.19470.6 3.1.0-preview1.19470.1 3.1.0-preview1.19470.1 From 0138a9fdb2c1c56bae0695141fe557065ce9b674 Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Fri, 20 Sep 2019 19:14:36 -0700 Subject: [PATCH 4/6] Expose HttpSys RequestInfo extensibility (#14119) --- ...ft.AspNetCore.Server.HttpSys.netcoreapp.cs | 4 ++ src/Servers/HttpSys/src/FeatureContext.cs | 5 ++- .../HttpSys/src/IHttpSysRequestInfoFeature.cs | 25 +++++++++++ .../HttpSys/src/RequestProcessing/Request.cs | 15 +++++++ .../HttpSys/src/StandardFeatureCollection.cs | 1 + .../test/FunctionalTests/HttpsTests.cs | 43 +++++++++++++++++++ ...Core.Server.HttpSys.FunctionalTests.csproj | 3 +- .../RequestProcessing/NativeRequestContext.cs | 40 +++++++++++++++++ 8 files changed, 134 insertions(+), 2 deletions(-) create mode 100644 src/Servers/HttpSys/src/IHttpSysRequestInfoFeature.cs diff --git a/src/Servers/HttpSys/ref/Microsoft.AspNetCore.Server.HttpSys.netcoreapp.cs b/src/Servers/HttpSys/ref/Microsoft.AspNetCore.Server.HttpSys.netcoreapp.cs index bccbdc2248..e339f777fa 100644 --- a/src/Servers/HttpSys/ref/Microsoft.AspNetCore.Server.HttpSys.netcoreapp.cs +++ b/src/Servers/HttpSys/ref/Microsoft.AspNetCore.Server.HttpSys.netcoreapp.cs @@ -57,6 +57,10 @@ namespace Microsoft.AspNetCore.Server.HttpSys public Microsoft.AspNetCore.Server.HttpSys.TimeoutManager Timeouts { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } } public Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection UrlPrefixes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } } } + public partial interface IHttpSysRequestInfoFeature + { + System.Collections.Generic.IReadOnlyDictionary> RequestInfo { get; } + } public sealed partial class TimeoutManager { internal TimeoutManager() { } diff --git a/src/Servers/HttpSys/src/FeatureContext.cs b/src/Servers/HttpSys/src/FeatureContext.cs index 0d97b4bbd4..a689230ab8 100644 --- a/src/Servers/HttpSys/src/FeatureContext.cs +++ b/src/Servers/HttpSys/src/FeatureContext.cs @@ -34,7 +34,8 @@ namespace Microsoft.AspNetCore.Server.HttpSys IHttpUpgradeFeature, IHttpRequestIdentifierFeature, IHttpMaxRequestBodySizeFeature, - IHttpBodyControlFeature + IHttpBodyControlFeature, + IHttpSysRequestInfoFeature { private RequestContext _requestContext; private IFeatureCollection _features; @@ -546,6 +547,8 @@ namespace Microsoft.AspNetCore.Server.HttpSys int ITlsHandshakeFeature.KeyExchangeStrength => Request.KeyExchangeStrength; + IReadOnlyDictionary> IHttpSysRequestInfoFeature.RequestInfo => Request.RequestInfo; + internal async Task OnResponseStart() { if (_responseStarted) diff --git a/src/Servers/HttpSys/src/IHttpSysRequestInfoFeature.cs b/src/Servers/HttpSys/src/IHttpSysRequestInfoFeature.cs new file mode 100644 index 0000000000..21914fffd0 --- /dev/null +++ b/src/Servers/HttpSys/src/IHttpSysRequestInfoFeature.cs @@ -0,0 +1,25 @@ +// Copyright (c) .NET Foundation. All rights reserved. +// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + +using System; +using System.Collections.Generic; + +// Note: This will also be useful for IIS in-proc. +// Plan: Have Microsoft.AspNetCore.Server.IIS take a dependency on Microsoft.AspNetCore.Server.HttpSys and implement this interface. +namespace Microsoft.AspNetCore.Server.HttpSys +{ + /// + /// This exposes the Http.Sys HTTP_REQUEST_INFO extensibility point as opaque data for the caller to interperate. + /// https://docs.microsoft.com/en-us/windows/win32/api/http/ns-http-http_request_v2 + /// https://docs.microsoft.com/en-us/windows/win32/api/http/ns-http-http_request_info + /// + public interface IHttpSysRequestInfoFeature + { + /// + /// A collection of the HTTP_REQUEST_INFO for the current request. The integer represents the identifying + /// HTTP_REQUEST_INFO_TYPE enum value. The Memory is opaque bytes that need to be interperted in the format + /// specified by the enum value. + /// + public IReadOnlyDictionary> RequestInfo { get; } + } +} diff --git a/src/Servers/HttpSys/src/RequestProcessing/Request.cs b/src/Servers/HttpSys/src/RequestProcessing/Request.cs index 9112dfaca9..826cf629da 100644 --- a/src/Servers/HttpSys/src/RequestProcessing/Request.cs +++ b/src/Servers/HttpSys/src/RequestProcessing/Request.cs @@ -2,6 +2,7 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; +using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; @@ -31,6 +32,8 @@ namespace Microsoft.AspNetCore.Server.HttpSys private AspNetCore.HttpSys.Internal.SocketAddress _localEndPoint; private AspNetCore.HttpSys.Internal.SocketAddress _remoteEndPoint; + private IReadOnlyDictionary> _requestInfo; + private bool _isDisposed = false; internal Request(RequestContext requestContext, NativeRequestContext nativeRequestContext) @@ -252,6 +255,18 @@ namespace Microsoft.AspNetCore.Server.HttpSys public int KeyExchangeStrength { get; private set; } + public IReadOnlyDictionary> RequestInfo + { + get + { + if (_requestInfo == null) + { + _requestInfo = _nativeRequestContext.GetRequestInfo(); + } + return _requestInfo; + } + } + private void GetTlsHandshakeResults() { var handshake = _nativeRequestContext.GetTlsHandshake(); diff --git a/src/Servers/HttpSys/src/StandardFeatureCollection.cs b/src/Servers/HttpSys/src/StandardFeatureCollection.cs index 9fb0d75b87..e63155c823 100644 --- a/src/Servers/HttpSys/src/StandardFeatureCollection.cs +++ b/src/Servers/HttpSys/src/StandardFeatureCollection.cs @@ -26,6 +26,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys { typeof(RequestContext), ctx => ctx.RequestContext }, { typeof(IHttpMaxRequestBodySizeFeature), _identityFunc }, { typeof(IHttpBodyControlFeature), _identityFunc }, + { typeof(IHttpSysRequestInfoFeature), _identityFunc }, }; private readonly FeatureContext _featureContext; diff --git a/src/Servers/HttpSys/test/FunctionalTests/HttpsTests.cs b/src/Servers/HttpSys/test/FunctionalTests/HttpsTests.cs index 09d6f2a084..6bbaeb13cb 100644 --- a/src/Servers/HttpSys/test/FunctionalTests/HttpsTests.cs +++ b/src/Servers/HttpSys/test/FunctionalTests/HttpsTests.cs @@ -3,7 +3,9 @@ using System; using System.IO; +using System.Linq; using System.Net.Http; +using System.Runtime.InteropServices; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Text; @@ -12,6 +14,7 @@ using System.Threading.Tasks; using Microsoft.AspNetCore.Connections.Features; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Features; +using Microsoft.AspNetCore.HttpSys.Internal; using Microsoft.AspNetCore.Testing; using Xunit; @@ -160,6 +163,46 @@ namespace Microsoft.AspNetCore.Server.HttpSys } } + [ConditionalFact] + [OSSkipCondition(OperatingSystems.Windows, WindowsVersions.Win7, WindowsVersions.Win2008R2)] + public async Task Https_ITlsHandshakeFeature_MatchesIHttpSysExtensionInfoFeature() + { + using (Utilities.CreateDynamicHttpsServer(out var address, async httpContext => + { + try + { + var tlsFeature = httpContext.Features.Get(); + var requestInfoFeature = httpContext.Features.Get(); + Assert.NotNull(tlsFeature); + Assert.NotNull(requestInfoFeature); + Assert.True(requestInfoFeature.RequestInfo.Count > 0); + var tlsInfo = requestInfoFeature.RequestInfo[(int)HttpApiTypes.HTTP_REQUEST_INFO_TYPE.HttpRequestInfoTypeSslProtocol]; + HttpApiTypes.HTTP_SSL_PROTOCOL_INFO tlsCopy; + unsafe + { + using var handle = tlsInfo.Pin(); + tlsCopy = Marshal.PtrToStructure((IntPtr)handle.Pointer); + } + + // Assert.Equal(tlsFeature.Protocol, tlsCopy.Protocol); // These don't directly match because the native and managed enums use different values. + Assert.Equal(tlsFeature.CipherAlgorithm, tlsCopy.CipherType); + Assert.Equal(tlsFeature.CipherStrength, (int)tlsCopy.CipherStrength); + Assert.Equal(tlsFeature.HashAlgorithm, tlsCopy.HashType); + Assert.Equal(tlsFeature.HashStrength, (int)tlsCopy.HashStrength); + Assert.Equal(tlsFeature.KeyExchangeAlgorithm, tlsCopy.KeyExchangeType); + Assert.Equal(tlsFeature.KeyExchangeStrength, (int)tlsCopy.KeyExchangeStrength); + } + catch (Exception ex) + { + await httpContext.Response.WriteAsync(ex.ToString()); + } + })) + { + string response = await SendRequestAsync(address); + Assert.Equal(string.Empty, response); + } + } + private async Task SendRequestAsync(string uri, X509Certificate cert = null) { diff --git a/src/Servers/HttpSys/test/FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj b/src/Servers/HttpSys/test/FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj index 36a36cdc08..281d455f5e 100644 --- a/src/Servers/HttpSys/test/FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj +++ b/src/Servers/HttpSys/test/FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj @@ -1,8 +1,9 @@ - + $(DefaultNetCoreTargetFramework) HttpSys.FunctionalTests + true diff --git a/src/Shared/HttpSys/RequestProcessing/NativeRequestContext.cs b/src/Shared/HttpSys/RequestProcessing/NativeRequestContext.cs index c55364f561..2c4dcf1ce1 100644 --- a/src/Shared/HttpSys/RequestProcessing/NativeRequestContext.cs +++ b/src/Shared/HttpSys/RequestProcessing/NativeRequestContext.cs @@ -3,6 +3,8 @@ using System; using System.Collections.Generic; +using System.Collections.Immutable; +using System.Collections.ObjectModel; using System.Diagnostics; using System.Net.Sockets; using System.Runtime.InteropServices; @@ -478,5 +480,43 @@ namespace Microsoft.AspNetCore.HttpSys.Internal } return dataRead; } + + internal IReadOnlyDictionary> GetRequestInfo() + { + if (_permanentlyPinned) + { + return GetRequestInfo((IntPtr)_nativeRequest, (HttpApiTypes.HTTP_REQUEST_V2*)_nativeRequest); + } + else + { + fixed (byte* pMemoryBlob = _backingBuffer) + { + var request = (HttpApiTypes.HTTP_REQUEST_V2*)(pMemoryBlob + _bufferAlignment); + return GetRequestInfo(_originalBufferAddress, request); + } + } + } + + private IReadOnlyDictionary> GetRequestInfo(IntPtr baseAddress, HttpApiTypes.HTTP_REQUEST_V2* nativeRequest) + { + var count = nativeRequest->RequestInfoCount; + if (count == 0) + { + return ImmutableDictionary>.Empty; + } + + var info = new Dictionary>(count); + + for (var i = 0; i < count; i++) + { + var requestInfo = nativeRequest->pRequestInfo[i]; + var offset = (long)requestInfo.pInfo - (long)baseAddress; + info.Add( + (int)requestInfo.InfoType, + new ReadOnlyMemory(_backingBuffer, (int)offset, (int)requestInfo.InfoLength)); + } + + return new ReadOnlyDictionary>(info); + } } } From 43b9f3b1995cfe95cab7afb0342841f59bf4fd10 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2019 05:36:12 +0000 Subject: [PATCH 5/6] Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190920.8 (#14211) - Microsoft.EntityFrameworkCore.Tools - 3.1.0-preview1.19470.8 - Microsoft.EntityFrameworkCore.SqlServer - 3.1.0-preview1.19470.8 - dotnet-ef - 3.1.0-preview1.19470.8 - Microsoft.EntityFrameworkCore - 3.1.0-preview1.19470.8 - Microsoft.EntityFrameworkCore.InMemory - 3.1.0-preview1.19470.8 - Microsoft.EntityFrameworkCore.Relational - 3.1.0-preview1.19470.8 - Microsoft.EntityFrameworkCore.Sqlite - 3.1.0-preview1.19470.8 --- eng/Version.Details.xml | 28 ++++++++++++++-------------- eng/Versions.props | 14 +++++++------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eff468b3fa..f0a39cdc0f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -29,33 +29,33 @@ https://github.com/aspnet/AspNetCore-Tooling f283e4a7c0d47054c9a178ff0b29f00e68f307d3 - + https://github.com/aspnet/EntityFrameworkCore - 218f92c868f43a5a615008264929fc5d51862e18 + eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a - + https://github.com/aspnet/EntityFrameworkCore - 218f92c868f43a5a615008264929fc5d51862e18 + eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a - + https://github.com/aspnet/EntityFrameworkCore - 218f92c868f43a5a615008264929fc5d51862e18 + eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a - + https://github.com/aspnet/EntityFrameworkCore - 218f92c868f43a5a615008264929fc5d51862e18 + eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a - + https://github.com/aspnet/EntityFrameworkCore - 218f92c868f43a5a615008264929fc5d51862e18 + eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a - + https://github.com/aspnet/EntityFrameworkCore - 218f92c868f43a5a615008264929fc5d51862e18 + eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a - + https://github.com/aspnet/EntityFrameworkCore - 218f92c868f43a5a615008264929fc5d51862e18 + eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a https://github.com/aspnet/Extensions diff --git a/eng/Versions.props b/eng/Versions.props index c75b9c4a08..eee9e9ddb7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -155,13 +155,13 @@ 3.1.0-preview1.19469.1 3.1.0-preview1.19469.1 - 3.1.0-preview1.19470.6 - 3.1.0-preview1.19470.6 - 3.1.0-preview1.19470.6 - 3.1.0-preview1.19470.6 - 3.1.0-preview1.19470.6 - 3.1.0-preview1.19470.6 - 3.1.0-preview1.19470.6 + 3.1.0-preview1.19470.8 + 3.1.0-preview1.19470.8 + 3.1.0-preview1.19470.8 + 3.1.0-preview1.19470.8 + 3.1.0-preview1.19470.8 + 3.1.0-preview1.19470.8 + 3.1.0-preview1.19470.8 3.1.0-preview1.19470.1 3.1.0-preview1.19470.1 From ace9e7c4fe6cf866212125dd465ab8d7051e757c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2019 08:21:25 +0000 Subject: [PATCH 6/6] Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190920.10 (#14212) - Microsoft.EntityFrameworkCore.Tools - 3.1.0-preview1.19470.10 - Microsoft.EntityFrameworkCore.SqlServer - 3.1.0-preview1.19470.10 - dotnet-ef - 3.1.0-preview1.19470.10 - Microsoft.EntityFrameworkCore - 3.1.0-preview1.19470.10 - Microsoft.EntityFrameworkCore.InMemory - 3.1.0-preview1.19470.10 - Microsoft.EntityFrameworkCore.Relational - 3.1.0-preview1.19470.10 - Microsoft.EntityFrameworkCore.Sqlite - 3.1.0-preview1.19470.10 Dependency coherency updates - Microsoft.AspNetCore.Analyzer.Testing - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Caching.Abstractions - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Caching.Memory - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Caching.SqlServer - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.CommandLineUtils.Sources - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Abstractions - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Binder - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.CommandLine - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.FileExtensions - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Ini - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Json - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.KeyPerFile - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.UserSecrets - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Xml - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.DependencyInjection - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.DiagnosticAdapter - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileProviders.Abstractions - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileProviders.Composite - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileProviders.Embedded - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileProviders.Physical - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileSystemGlobbing - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Hosting.Abstractions - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Hosting - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Http - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Localization.Abstractions - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Localization - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Abstractions - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.AzureAppServices - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Configuration - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Console - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Debug - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.EventSource - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.EventLog - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.TraceSource - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Testing - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.ObjectPool - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Options.DataAnnotations - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Options - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Primitives - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.TypeNameHelper.Sources - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.ValueStopwatch.Sources - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.WebEncoders - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Internal.Extensions.Refs - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.JSInterop - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Mono.WebAssembly.Interop - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview1.19470.5 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.Logging - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.DependencyModel - 3.1.0-preview1.19470.5 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 3.1.0-preview1.19470.5 (parent: Microsoft.Extensions.Logging) - NETStandard.Library.Ref - 2.1.0-preview1.19470.5 (parent: Microsoft.Extensions.Logging) - Internal.AspNetCore.Analyzers - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) - Microsoft.AspNetCore.Testing - 3.1.0-preview1.19470.1 (parent: Microsoft.EntityFrameworkCore) --- eng/Version.Details.xml | 288 ++++++++++++++++++++-------------------- eng/Versions.props | 144 ++++++++++---------- 2 files changed, 216 insertions(+), 216 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f0a39cdc0f..996bb6807c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -29,269 +29,269 @@ https://github.com/aspnet/AspNetCore-Tooling f283e4a7c0d47054c9a178ff0b29f00e68f307d3 - + https://github.com/aspnet/EntityFrameworkCore - eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a + 93bcb090a49d59349b1c789e56ca32638af0365f - + https://github.com/aspnet/EntityFrameworkCore - eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a + 93bcb090a49d59349b1c789e56ca32638af0365f - + https://github.com/aspnet/EntityFrameworkCore - eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a + 93bcb090a49d59349b1c789e56ca32638af0365f - + https://github.com/aspnet/EntityFrameworkCore - eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a + 93bcb090a49d59349b1c789e56ca32638af0365f - + https://github.com/aspnet/EntityFrameworkCore - eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a + 93bcb090a49d59349b1c789e56ca32638af0365f - + https://github.com/aspnet/EntityFrameworkCore - eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a + 93bcb090a49d59349b1c789e56ca32638af0365f - + https://github.com/aspnet/EntityFrameworkCore - eb4a0b9044a604bba37b5fc1a11011a5b4fbc79a + 93bcb090a49d59349b1c789e56ca32638af0365f - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 https://github.com/dotnet/corefx @@ -381,25 +381,25 @@ https://github.com/dotnet/corefx d0f0bfa5b123b4c1183c889cf4017bb529675502 - + https://github.com/dotnet/core-setup - 1e19b8c0d63fe23da7bdd9625ca51c6bd2d1bab2 + b0ea03ec3af2a9c388f718fbb4978984ab339953 - + https://github.com/dotnet/core-setup - 1e19b8c0d63fe23da7bdd9625ca51c6bd2d1bab2 + b0ea03ec3af2a9c388f718fbb4978984ab339953 - + https://github.com/dotnet/core-setup - 1e19b8c0d63fe23da7bdd9625ca51c6bd2d1bab2 + b0ea03ec3af2a9c388f718fbb4978984ab339953 - + https://github.com/dotnet/core-setup - 1e19b8c0d63fe23da7bdd9625ca51c6bd2d1bab2 + b0ea03ec3af2a9c388f718fbb4978984ab339953 @@ -408,9 +408,9 @@ https://github.com/dotnet/corefx d0f0bfa5b123b4c1183c889cf4017bb529675502 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 https://github.com/dotnet/arcade @@ -424,9 +424,9 @@ https://github.com/dotnet/arcade f8546fbab59a74a66c83b8cb76b3f6877ce1d374 - + https://github.com/aspnet/Extensions - 659b604fb2e595d48a931a7ed831f6c38f035382 + 8b0d85434b8da04ab6395496803525db6003fa22 https://github.com/dotnet/roslyn diff --git a/eng/Versions.props b/eng/Versions.props index eee9e9ddb7..9195634329 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -61,10 +61,10 @@ 3.4.0-beta2-19462-08 - 3.1.0-preview1.19467.7 - 3.1.0-preview1.19467.7 - 3.1.0-preview1.19467.7 - 2.1.0-preview1.19467.7 + 3.1.0-preview1.19470.5 + 3.1.0-preview1.19470.5 + 3.1.0-preview1.19470.5 + 2.1.0-preview1.19470.5 1.1.0-preview1.19463.3 4.7.0-preview1.19463.3 @@ -93,75 +93,75 @@ 3.0.0-preview9.19462.2 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 - 3.1.0-preview1.19469.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 + 3.1.0-preview1.19470.1 - 3.1.0-preview1.19470.8 - 3.1.0-preview1.19470.8 - 3.1.0-preview1.19470.8 - 3.1.0-preview1.19470.8 - 3.1.0-preview1.19470.8 - 3.1.0-preview1.19470.8 - 3.1.0-preview1.19470.8 + 3.1.0-preview1.19470.10 + 3.1.0-preview1.19470.10 + 3.1.0-preview1.19470.10 + 3.1.0-preview1.19470.10 + 3.1.0-preview1.19470.10 + 3.1.0-preview1.19470.10 + 3.1.0-preview1.19470.10 3.1.0-preview1.19470.1 3.1.0-preview1.19470.1