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

Nunit Domain Fix per #855 #883

Merged
merged 1 commit into from
Jul 25, 2015
Merged

Conversation

TheAngryByrd
Copy link
Contributor

As per #855 and fscheck/FsCheck#115 the FsCheck/Mono workaround for this issue is to specify the -domain:None flag to nunit console runner, however FAKE's NunitDomainModel.Default doesn't specify none and as such the nunit console runner defaults to Single.

Aligned Default to specify None as per the Nunit docs
http://www.nunit.org/index.php?p=consoleCommandLine&r=2.5

Changed default to SingleDomainModel since Nunit console runner seems to default to single if no domain is specified.

forki added a commit that referenced this pull request Jul 25, 2015
@forki forki merged commit e0345e7 into fsprojects:master Jul 25, 2015
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

Successfully merging this pull request may close these issues.

2 participants