You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My test project structure is this:
.Tests.Shared (referenced by the projects below)
.Tests.Unit
.Tests.Integration
.Tests.E2E
.Tests.Shared contains a reference to Microsoft.NET.Test.SDK 15.3.0. That means because of the fix for #428, my .Shared project now gets the binding redirects, but the projects that are actually ran (.Unit, .Integration and .E2E) still don't get any binding redirects.
The text was updated successfully, but these errors were encountered:
nphmuller
changed the title
Manual Binding Redirects necessary for test on .NET Framework with indirect Test SDK dependency
Manual Binding Redirects necessary for tests on .NET Framework with indirect Test SDK dependency
Aug 17, 2017
This is basically a follow up to #428.
My test project structure is this:
.Tests.Shared (referenced by the projects below)
.Tests.Unit
.Tests.Integration
.Tests.E2E
.Tests.Shared contains a reference to Microsoft.NET.Test.SDK 15.3.0. That means because of the fix for #428, my .Shared project now gets the binding redirects, but the projects that are actually ran (.Unit, .Integration and .E2E) still don't get any binding redirects.
The text was updated successfully, but these errors were encountered: