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 Console and Engine 3.10 release #64

Merged
merged 2 commits into from
Mar 26, 2019
Merged

NUnit Console and Engine 3.10 release #64

merged 2 commits into from
Mar 26, 2019

Conversation

rprouse
Copy link
Member

@rprouse rprouse commented Mar 24, 2019

Updated the downloads page and added a news post.

@rprouse rprouse requested a review from jnm2 March 24, 2019 21:15
---
This release merges the .NET Standard version of the engine back into the nunit.engine NuGet package and adds a .NET Standard 2.0 version of the engine that re-enables most services and extensions. This deprecates the `nunit.engine.netstandard` NuGet package. Any test runners using the old .NET Standard version of the engine should switch to this release.

The --params command line option which took multiple test parameters separated by a semi-colon is now deprecated in favor of the new --testparam command line option. One of the most common uses for test parameters was to pass connection strings into tests but this required workarounds to handle the semi-colons. Now you must pass in each test paramater separately using a --testparam or -tp option for each.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rprouse The alias is --tp, not -tp, since the standard it's following would say that -tp would have to mean the same thing as -t -p.

I also haven't seen 'semicolon' abbreviated before, but it's not a problem.

@rprouse rprouse requested a review from jnm2 March 26, 2019 00:10
@jnm2 jnm2 merged commit e3088cf into master Mar 26, 2019
@jnm2 jnm2 deleted the console310 branch March 26, 2019 00:25
@jnm2 jnm2 mentioned this pull request Mar 26, 2019
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.

None yet

2 participants