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

NUnit3Settings does not provide an option to specify the configuration file to load #2297

Closed
josiahpeters opened this issue Sep 19, 2018 · 1 comment
Milestone

Comments

@josiahpeters
Copy link

What You Are Seeing?

Nunit3 Console runner 3.8.0 has a new command line option for loading the app.config file from a different path. The NUnit3Settings class does not have an option to pass that argument through to the nunit console runner.

The new config file parameter is:

--configfile=app.config

Here is the Nunit issue that brought this new feature in

What is Expected?

That the NUnit3Settings object has a property to pass the argument to the console runner.

What version of Cake are you using?

0.30.0

Are you running on a 32 or 64 bit system?

64bit

What environment are you running on? Windows? Linux? Mac?

Windows

I will be opening a PR to resolve this issue.

josiahpeters pushed a commit to josiahpeters/cake that referenced this issue Sep 19, 2018
…p.config files

- Modified NUnit3Settings class to support new ConfigurationFile property that maps to --configfile=app.config for the nunit-console runner
- In the 3.8.0 release of the nunit-console runner, a new command line argument was added that supports loading the app.config file from an alternative path or file.
- Here is the new 3.8.0 feature: nunit/nunit-console#246
josiahpeters pushed a commit to josiahpeters/cake that referenced this issue Sep 19, 2018
…p.config files

- Modified NUnit3Settings class to support new ConfigurationFile property that maps to --configfile=app.config for the nunit-console runner
- In the 3.8.0 release of the nunit-console runner, a new command line argument was added that supports loading the app.config file from an alternative path or file.
- Here is the new 3.8.0 feature: nunit/nunit-console#246
josiahpeters pushed a commit to josiahpeters/cake that referenced this issue Sep 19, 2018
…p.config files

- Modified NUnit3Settings class to support new ConfigurationFile property that maps to --configfile=app.config for the nunit-console runner
- In the 3.8.0 release of the nunit-console runner, a new command line argument was added that supports loading the app.config file from an alternative path or file.
- Here is the new 3.8.0 feature: nunit/nunit-console#246
josiahpeters pushed a commit to josiahpeters/cake that referenced this issue Sep 25, 2018
…p.config files

- Modified NUnit3Settings class to support new ConfigurationFile property that maps to --configfile=app.config for the nunit-console runner
- In the 3.8.0 release of the nunit-console runner, a new command line argument was added that supports loading the app.config file from an alternative path or file.
- Here is the new 3.8.0 feature: nunit/nunit-console#246
josiahpeters pushed a commit to josiahpeters/cake that referenced this issue Sep 27, 2018
…p.config files

- Modified NUnit3Settings class to support new ConfigurationFile property that maps to --configfile=app.config for the nunit-console runner
- In the 3.8.0 release of the nunit-console runner, a new command line argument was added that supports loading the app.config file from an alternative path or file.
- Here is the new 3.8.0 feature: nunit/nunit-console#246
@devlead devlead added this to the v0.31.0 milestone Oct 2, 2018
devlead added a commit that referenced this issue Oct 2, 2018
* josiahpeters-josiahpeters-feature/GH-2297:
  GH2297 - Extended NUnit3Settings to support alternative app.config files - Modified NUnit3Settings class to support new ConfigFile property that maps to --configfile=app.config for the nunit-console runner - In the 3.8.0 release of the nunit-console runner, a new command line argument was added that supports loading the app.config file from an alternative path or file. - Here is the new 3.8.0 feature: nunit/nunit-console#246
@josiahpeters
Copy link
Author

Closing as the PR that I opened to satisfy this issue has been merged. Thanks @devlead

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

2 participants