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
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.
The text was updated successfully, but these errors were encountered:
@tillig wrote:
The text was updated successfully, but these errors were encountered: