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

Can't find .xproj assembly when project name is different to folder name #34

Closed
jcansdale opened this issue Aug 5, 2016 · 2 comments
Closed
Assignees
Milestone

Comments

@jcansdale
Copy link
Owner

@tillig wrote:

On an .xproj + project.json style project... not so much.

I have a solution with two projects - "Identity" and "Identity.Test". The Identity project compiles to SilverLining.Application.Identity.dll; the test project compiles to SilverLining.Application.Identity.Test.dll.

When I try to run the tests - debugger, .NET Core, whatever runner - I get:
'C:\dev\sl\ui-identity\test\SilverLining.Application.Identity.Test\bin\Debug\net46\Identity.Test.dll' doesn't exist.
Please ensure that the project has been compiled.

Note it's looking for the wrong assembly name. It can't find "Identity.Test.dll" because that's not the name of the assembly.

@jcansdale jcansdale added this to the v4.0-beta milestone Aug 5, 2016
@jcansdale jcansdale self-assigned this Aug 5, 2016
@jcansdale
Copy link
Owner Author

@tillig,

Could you give this build a try:
TestDriven.NET-4.0.3347_Extraterrestrial_Alpha.zip

@tillig
Copy link

tillig commented Aug 8, 2016

That works! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants