dbelmont / ExpressionBuilder

A library that provides a simple way to create lambda expressions to filter lists and database queries.
Apache License 2.0
372 stars 105 forks source link

Unit testing throwing LoaderExceptions on ObjectModel #57

Closed sphildreth closed 4 years ago

sphildreth commented 5 years ago

When attempting to build a filter using a Xunit unit test I get a "LoaderException" of:

Could not load file or assembly 'Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

Here is a screenshot of the error details: image

Thoughts?

sphildreth commented 4 years ago

Resolved this with information found here