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

Console output is not displayed #324

Open
ivanz opened this issue Mar 17, 2017 · 1 comment
Open

Console output is not displayed #324

ivanz opened this issue Mar 17, 2017 · 1 comment

Comments

@ivanz
Copy link
Contributor

ivanz commented Mar 17, 2017

Migrated from the vstest adapter repo

When running the following spec:

It foobar = () =>
{
    System.Console.WriteLine("console hello world");
};

The output doesn't show up in the text explorer result pane as shown in http://stackoverflow.com/a/25785531 .

I'm using VS2013 if that matters.

Cheers.


Hi, this is happening because the specs are run in a separate AppDomain and the output is not being copied back to the primary domain. It doesn't look too difficult to sort however I spend almost zero time in the .NET space these days, both this issue and #11 will have to wait till I get a gap not taken up by other projects. Its complicated by the fact that mspec made significant changes in splitting out their matchers after the version currently used in this project so any change brings in a whole host of testing and work not associated with the actual change. Ideally I need to find someone to take over this project that is more actively involved in the .NET space.

@derekgreer
Copy link

any update on this?

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

No branches or pull requests

3 participants