microsoft / testfx

MSTest framework and adapter
MIT License
738 stars 255 forks source link

Exceptions in trace logging in the default workflow #59

Closed AbhitejJohn closed 6 years ago

AbhitejJohn commented 7 years ago

Description

Exceptions related to Object Model resolution are seen in the default workflow in the Test Platform trace logs.

Steps to reproduce

1.Create a netcore project with MStestv2.

  1. Build the project
  2. Run rest from above project with parameter /diag:log.txt

Expected behavior

There should not be any false-positive exceptions in log.txt

Actual behavior

The log.txt has a couple of exceptions related to not being able to find Microsoft.VisualStudio.TestPlatform.ObjectModel with Version=11.0.0.0

Environment

Visual Studio 2015/2017 log.txt

pvlakshm commented 7 years ago

We can live with this - it is benign.