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

Manual Binding Redirects necessary for tests on .NET Framework with indirect Test SDK dependency #1004

Closed
nphmuller opened this issue Aug 17, 2017 · 1 comment
Assignees
Labels

Comments

@nphmuller
Copy link

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.

@nphmuller 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
@Faizan2304 Faizan2304 added the bug label Sep 11, 2017
@smadala smadala self-assigned this Nov 27, 2017
@smadala
Copy link
Contributor

smadala commented Apr 4, 2018

The fix was in Microsoft.NET.Test.SDK which is meta package with prop and targets. For details refer #515 (comment)

@smadala smadala closed this as completed Apr 4, 2018
@smadala smadala added question and removed bug labels Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants