Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Johluo/migrate more extensions logging #20421

Merged
merged 63 commits into from
Apr 3, 2020

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    018907b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Configuration menu
    Copy the full SHA
    08375cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc4e64d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    ef4b214 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a586ce View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Configuration menu
    Copy the full SHA
    7d2b7a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Merge branch 'merge/release/2.1-to-release/2.2' of github.com:dotnet-…

    …maestro-bot/Common into merge/release/2.1-to-release/2.2
    pakrym committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    38a1bf6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/2.2'

    pakrym committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    a0a95ad View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    22097c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Use Task.Run instead of Task.Factory.StartNew (#611)

    Addresses #571
    Using `TaskCreationOptions.LongRunning` creates a dedicated thread, but
    it's released on the first await. Using Task.Run uses the thread pool
    instead
    andrewlock authored and pakrym committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    e21dc21 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Add attribute to allow LoggedTest to collect dump on failure (#905)

    * Add attribute for collecting dumps for failed LoggedTest
    JunTaoLuo committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    2283bd6 View commit details
    Browse the repository at this point in the history
  2. Remove netcoreapp2.0 test TFMs (#907)

    .NET Core 2.0 reached EOL last year. This removes multi-targeting our test projects and test assets to only use .NET Core 2.1 and .NET Framework 4.6.1.
    natemcmaster committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    8886536 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/2.1' into release/2.2

    Nate McMaster committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    c94d063 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Merge branch 'release/2.2'

    Nate McMaster committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    c24730c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    7940062 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aef59fd View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Use Arcade (#586)

    Use arcade
    ryanbrandenburg committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    c4c2df5 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Cleanup conversion to Arcade (#1014)

    * Remove obsolete targets, properties, and scripts
    * Replace IsProductComponent with IsShipping
    * Undo bad merge to version.props
    * Update documentation, and put workarounds into a common file
    * Replace usages of RepositoryRoot with RepoRoot
    * Remove API baselines
    * Remove unnecessary restore feeds and split workarounds into two files
    * Enable PR checks on all branches, and disable autocancel
    natemcmaster committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    6d452e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    478a18f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fca5c9c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Configuration menu
    Copy the full SHA
    8dc935c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Deprecate and replace IHostingEnvronment & IApplicationLifetime (#1100)

    * Deprecate and replace IHostingEnvronment & IApplicationLifetime #966
    * Fix startvs
    * Fix ref generation for obosolete
    Tratcher committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    75def8f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Manualy update tooling dependencies to normalize names (#1135)

    * Manualy update tooling dependencies to normalize names
    
    * Nullable
    pakrym committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    75672fe View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Configuration menu
    Copy the full SHA
    e9fd9d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    52be71d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    1bc41e0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Configuration menu
    Copy the full SHA
    56fe4e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Use even more Arcade and other csproj cleanups (#1833)

    * Use Arcade's convention for setting IsPackable (must be explicitly set)
    * Use Arcade conventions for using DebugType and eng/Versions.props
    * Remove dead code
    * Update restore feeds in daily builds.md
    * Disable UsingToolNetFrameworkReferenceAssemblies in analyzer tests
    * Remove usage of TestGroupName (an obsolete KoreBuild setting)
    * Use IVT as a .csproj attribute
    natemcmaster committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    ab1dbe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92ead8b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Configuration menu
    Copy the full SHA
    8bce347 View commit details
    Browse the repository at this point in the history
  2. More doc comments

    ryanbrandenburg committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    0ef640d View commit details
    Browse the repository at this point in the history
  3. PR feedback

    ryanbrandenburg committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    6ef6930 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    9898a0e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    6d309f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Configuration menu
    Copy the full SHA
    50a1563 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Support netcoreapp3.1 TFM (#2336)

    * Support netcoreapp3.1 TFM
    
    * Unpin SDK for source build
    
    * Update to preview1 branding
    John Luo committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    31b0a53 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Merge branch 'release/3.1'

    John Luo committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    96b98d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Refactor xUnit extensibility

    Adds our own hook for before/after logic that's more usable, called
    `ITestMethodLifecycle`. This provides access to a context object
    including the information about the test and the output helper. This can
    be implemented by attributes or by the class itself.
    
    The goal (and result) of this, is that we have a single *test executor*
    extensibility point that provides all of the features we need. We should
    use this everywhere we need features xUnit doesn't have.
    
    Adding a new extensibility point (`ITestMethodLifecycle`) allows us to
    do this without turning all of these features into a giant monolith.
    
    ---
    
    Also updated our existing extensibility to use this new hook.
    
    I did as much cleanup as a could to remove duplication from logging and
    keep it loosly coupled. I didn't want to tease this apart completely
    because the scope of this PR is already pretty large.
    rynowak committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    0e7ff1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b760a9d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Configuration menu
    Copy the full SHA
    a9d62e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    d8ac71a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. [master] Update dependencies from dotnet/core-setup dotnet/arcade (#2…

    …559)
    
    * Update dependencies from https://github.com/dotnet/arcade build 20191023.3
    
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19523.3
    - Microsoft.DotNet.GenAPI - 5.0.0-beta.19523.3
    - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19523.3
    
    * Updated ref asssemblies
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191024.4
    
    - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19524.4
    - NETStandard.Library.Ref - 2.1.0-alpha1.19524.4
    - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19524.4
    
    Dependency coherency updates
    
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.ComponentModel.Annotations - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.IO.Pipelines - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Reflection.Metadata - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Runtime.CompilerServices.Unsafe - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.ServiceProcess.ServiceController - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Text.Json - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191025.8
    
    - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.8
    - NETStandard.Library.Ref - 2.1.0-alpha1.19525.8
    - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.8
    
    Dependency coherency updates
    
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.ComponentModel.Annotations - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.IO.Pipelines - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Reflection.Metadata - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Runtime.CompilerServices.Unsafe - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.ServiceProcess.ServiceController - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Text.Json - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191026.2
    
    - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19526.2
    - NETStandard.Library.Ref - 2.1.0-alpha1.19526.2
    - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19526.2
    
    Dependency coherency updates
    
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.ComponentModel.Annotations - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.IO.Pipelines - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Reflection.Metadata - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Runtime.CompilerServices.Unsafe - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.ServiceProcess.ServiceController - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Text.Json - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    
    * Update dependencies from https://github.com/dotnet/arcade build 20191027.3
    
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19527.3
    - Microsoft.DotNet.GenAPI - 5.0.0-beta.19527.3
    - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19527.3
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191027.2
    
    - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19527.2
    - NETStandard.Library.Ref - 2.1.0-alpha1.19527.2
    - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19527.2
    
    Dependency coherency updates
    
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.ComponentModel.Annotations - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.IO.Pipelines - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Reflection.Metadata - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Runtime.CompilerServices.Unsafe - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.ServiceProcess.ServiceController - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Text.Json - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191028.5
    
    - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19528.5
    - NETStandard.Library.Ref - 2.1.0-alpha.1.19528.5
    - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19528.5
    
    Dependency coherency updates
    
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.ComponentModel.Annotations - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.IO.Pipelines - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Reflection.Metadata - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Runtime.CompilerServices.Unsafe - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.ServiceProcess.ServiceController - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Text.Json - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191030.10
    
    - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19530.10
    - NETStandard.Library.Ref - 2.1.0-alpha.1.19530.10
    - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19530.10
    
    Dependency coherency updates
    
    - Microsoft.Win32.Registry - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.ComponentModel.Annotations - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Diagnostics.EventLog - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.IO.Pipelines - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Reflection.Metadata - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Runtime.CompilerServices.Unsafe - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Security.Cryptography.Cng - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Security.Cryptography.Xml - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.ServiceProcess.ServiceController - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Text.Encodings.Web - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - System.Text.Json - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    
    * Update dependencies from https://github.com/dotnet/arcade build 20191031.8
    
    - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19531.8
    - Microsoft.DotNet.GenAPI - 5.0.0-beta.19531.8
    - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19531.8
    dotnet-maestro[bot] committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    fd1f58c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. [automated] Merge branch 'release/3.0' => 'release/3.1' (#2748)

    * [release/3.0] Update dependencies from dotnet/core-setup (#2719)
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191126.03
    
    - Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-03
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191126.05
    
    - Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-05
    
    * Update dependencies from https://github.com/dotnet/core-setup build 20191126.08
    
    - Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-08
    
    Dependency coherency updates
    
    - Microsoft.NETCore.Platforms - 3.0.1-servicing.19576.7 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    
    * Update dependencies from https://github.com/dotnet/arcade build 20191127.5 (#2729)
    
    - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19577.5
    - Microsoft.DotNet.GenAPI - 1.0.0-beta.19577.5
    - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19577.5
    
    * Build implementation projects against ref assemblies
    
    * Add explicit references in tests, where needed
    dotnet-maestro-bot authored and wtgodbe committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    e775cde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35d141d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2749 from dotnet-maestro-bot/merge/release/3.1-to…

    …-master
    
    [automated] Merge branch 'release/3.1' => 'master'
    pranavkm committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    b49da32 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Preserve functional test logs on CI (#2819)

    * Add option to preserve function test logs
    
    * Upload test logs as artifacts
    
    * Preserve binlogs
    
    * Add target to ensure all functional test logs preserved
    John Luo committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    6840731 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    e78f596 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'merge/release/3.1-to-master' of https://github.com/dotn…

    …et-maestro-bot/Common into dotnet-maestro-bot-merge/release/3.1-to-master
    Ryan Nowak committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    d8b7f79 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. Revert "Remove ref project from Microsoft.AspNetCore.Testing (#2817)" (

    …#2882)
    
    This reverts commit b624d6ba91b9c292ff9a2aa786a575b0eaa31b4b.
    wtgodbe committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    220bfec View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Merge branch 'release/3.1'

    John Luo committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    0c559a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Revert "Revert "Remove ref project from Microsoft.AspNetCore.Testing (#…

    …2817)" (#2882)" (#2936)
    
    This reverts commit 1286a6ff55e300352dabeb6d778c9fcdd258bd08.
    wtgodbe committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    609cdbe View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    eabf15b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    ea15690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    567ebd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cd0f1d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Remove Serilog dependency in extensions (#3040)

    * Remove Serilog dependency in extensions
    
    * Add xunit logging for shutdown tests
    
    * Need to remove dependency on AspNetCore.Testing and remove DumpCollector
    John Luo committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    0d8bfb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Merge pull request #2957 from sywhang/dev/suwhang/fix-logging-event-s…

    …ource
    
    Fix LoggingEventSource to handle null strings
    sywhang committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    b6adc46 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Merge branch 'master' of ..\Extensions\

    John Luo committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    5c6c781 View commit details
    Browse the repository at this point in the history
  2. Migration cleanup

    John Luo committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    4294861 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Update Build.props

    John Luo committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    36dcebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f6fbed View commit details
    Browse the repository at this point in the history
  3. Relocate Logging.Testing to AspNetCore.Testing

    John Luo committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    fcb2310 View commit details
    Browse the repository at this point in the history
  4. Because jkotalik told me to

    John Luo committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    f4a4346 View commit details
    Browse the repository at this point in the history