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

Porting Fixes for 1.2.1 #396

Merged
merged 7 commits into from
Apr 3, 2018
Merged

Porting Fixes for 1.2.1 #396

merged 7 commits into from
Apr 3, 2018

Commits on Apr 2, 2018

  1. Fixing Key collision for test run parameters (#328)

    * Base commit
    
    * Adding Unit Test
    
    * PR comments
    
    * Adding logs for diagnostics
    
    * Ignoring Test Temporarily
    
    * Removing ignore
    
    # Conflicts:
    #	test/UnitTests/MSTest.CoreAdapter.Unit.Tests/Execution/TestExecutionManagerTests.cs
    mayankbansal018 committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    8e92c4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4437f4 View commit details
    Browse the repository at this point in the history
  3. Today even if classInit wasnt called we used to call class cleanup. f… (

    #372)
    
    * Today even if classInit wasnt called we used to call class cleanup. fixing that and adding a test to cover the scenario
    # Conflicts:
    #	src/Adapter/MSTest.CoreAdapter/Execution/TestClassInfo.cs
    mayankbansal018 committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    b4c5249 View commit details
    Browse the repository at this point in the history
  4. [Symbol archiving]Converting Portable pdb to full (#375)

    * COnverting portable pdbs to full for Symbol archiving
    
    * Fixing nuget package path
    
    * Test fix
    
    * Indent fix
    jayaranigarg authored and mayankbansal018 committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    0b37181 View commit details
    Browse the repository at this point in the history
  5. Update Fileversion for adapter and framework dlls (#337)

    * File version update
    
    * Moving to 15.6
    
    * PR comments
    
    * More PR comments
    jayaranigarg authored and mayankbansal018 committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    a9b3fff View commit details
    Browse the repository at this point in the history
  6. Throwing exception only if it is of type TestPlatformFormatException (#…

    …332)
    
    * Throwing exception only if it is of type TestPlatformFormatException
    
    * test
    
    * Fail discovery if any exception thrown in IDiscoveryContext.GetTestCaseFilter
    mayankbansal018 committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    7e10cda View commit details
    Browse the repository at this point in the history
  7. Fix masking assembly load faolure error message (#382)

    # Conflicts:
    #	src/Adapter/MSTest.CoreAdapter/Discovery/AssemblyEnumeratorWrapper.cs
    mayankbansal018 committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    e59fea0 View commit details
    Browse the repository at this point in the history