Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/vstest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.1.1
Choose a base ref
...
head repository: microsoft/vstest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.2.0
Choose a head ref
  • 15 commits
  • 252 files changed
  • 5 contributors

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    bcbcf77 View commit details
    Browse the repository at this point in the history
  2. Pdb Lock Issue (#2029)

    * Pdb lock issue
    
    * Added comments
    vagisha-nidhi authored May 30, 2019
    Configuration menu
    Copy the full SHA
    ac001e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Todo changes for coverlet inproc datacollector (#2020)

    * Todo changes for coverlet inproc datacollector
    
    * Fixing UT
    vagisha-nidhi authored Jun 4, 2019
    Configuration menu
    Copy the full SHA
    8a94790 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Fixed encoding and add BuildFromSource condition (#2044)

    * Fixing the encoding and adding the BuildFromSource condition.
    singhsarab authored Jun 5, 2019
    Configuration menu
    Copy the full SHA
    824d905 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Adding Microsoft.VisualStudio.ArchitectureTools.PEReader.dll to Exten…

    …sions (#2041)
    
    * Adding PEReader to extensions
    vagisha-nidhi authored Jun 6, 2019
    Configuration menu
    Copy the full SHA
    537412c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcdf89e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

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

Commits on Jun 12, 2019

  1. TestRunRequestEventsRegistrar null in run specific tests (#2051)

    * Registrar Null Fixed
    
    * Adding RunSpecific UTs
    vagisha-nidhi authored Jun 12, 2019
    Configuration menu
    Copy the full SHA
    29fc1d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Update TestPlatform.ObjectModel.nuspec (#2055)

    Reduced the version of System.Runtime.InteropServices.RuntimeInformation to 4.0.0
    ShreyasRmsft authored Jun 14, 2019
    Configuration menu
    Copy the full SHA
    e4f6d05 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Fixed incorrect timeout message when test host crashes/exits (#2056)

    * Fixed incorrect timeout message when test host crashes/exits
    
    * Added tests
    
    * Update ProxyExecutionManagerTests.cs
    
    * Update ProxyOperationManager.cs
    
    * Update ProxyExecutionManagerTests.cs
    ShreyasRmsft authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    4c09f19 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    c09eb2b View commit details
    Browse the repository at this point in the history
  2. Incompatible framework message fix (#2059)

    * Fix the error reported for incompatible framework to give complete framework name.
    * Fixing the unit tests
    * Fixed acceptance test
    singhsarab authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    200b66d View commit details
    Browse the repository at this point in the history
  3. Cleaning the remaining set of dependencies for source build. (#2058)

    * Cleaning the remaining set of dependencies for source build.
    a. Microsoft.Build.Framework and Microsoft.Build.Utilities.Core to source built version: 16.0.461
    b. Microsoft.Extensions.DependencyModel to source built version: 3.0.0-preview4-27615-11
    c. Removed the redundant reference to Microsoft.Internal.Dia.Interop
    d. Adding check for source build for StyleCop.Analyzers
    
    * Fixing the failures
    * Adding System.Memory and System.Runtime.CompilerServices.Unsafe to portable package
    * Correcting the number of files.
    * Made the packages configurable via the props file.
    * Fixing versions in the unit test project as well.
    * Removing redundant dependency in the testhost nuspec
    singhsarab authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    fb3545c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

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

Commits on Jun 26, 2019

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