GHPReporter / Ghpr.NUnit

Adapter for NUnit 3 (generate HTML report for NUnit 3)
http://ghpreporter.github.io/
MIT License
35 stars 14 forks source link

Bump NUnit.Engine from 3.9.0 to 3.10.0 in /Ghpr.NUnit #49

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps NUnit.Engine from 3.9.0 to 3.10.0.

Release notes *Sourced from [NUnit.Engine's releases](https://github.com/nunit/nunit-console/releases).* > ## NUnit Console and Engine 3.10 > 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. > > See the [Release Notes](https://github.com/nunit/docs/wiki/Console-Release-Notes) for a full list of changes.
Commits - [`634258e`](https://github.com/nunit/nunit-console/commit/634258ec999e9ecbc02ac9fb7b65ba7008cdab57) Merge pull request [#590](https://github-redirect.dependabot.com/nunit/nunit-console/issues/590) from nunit/release310 - [`88fad89`](https://github.com/nunit/nunit-console/commit/88fad89b6c03033c9639e8a4629ac5782068e080) Fix spacing in nuspec - [`79246d7`](https://github.com/nunit/nunit-console/commit/79246d7a5724cda73316206f83c288514f16b586) Update all extensions to their latest versions - [`bbb3e87`](https://github.com/nunit/nunit-console/commit/bbb3e87e2f456fbf1000635e18fc0bd231672ed7) Update copyright to 2019 - [`f1a9e04`](https://github.com/nunit/nunit-console/commit/f1a9e04fa56c5eecbf4a5f9865eede78d3d40675) Update changes - [`4efaeba`](https://github.com/nunit/nunit-console/commit/4efaebab6fbeb2782cce02ddd060390816c69c3c) Merge latest from master in preparation for the 3.10 release - [`28bde31`](https://github.com/nunit/nunit-console/commit/28bde31472037b828d0f5ce85c6afc16c21e0dcd) Merge pull request [#575](https://github-redirect.dependabot.com/nunit/nunit-console/issues/575) from jnm2/test_parameter_semicolons - [`b0408ff`](https://github.com/nunit/nunit-console/commit/b0408ffdedf2a6a3fe4f7704f30f03410a6d531c) Merge pull request [#587](https://github-redirect.dependabot.com/nunit/nunit-console/issues/587) from nunit/suppRuntime - [`38c36a6`](https://github.com/nunit/nunit-console/commit/38c36a64fe02ca6fa215ad7f4020840bfc8f0d10) Disable new GeneratrSupportedRuntime functionality, which breaks complus_vers... - [`3526ffe`](https://github.com/nunit/nunit-console/commit/3526ffe434319b0c7a2303b6d72ddd0971d6ee4b) Added --tp alias - Additional commits viewable in [compare view](https://github.com/nunit/nunit-console/compare/v3.9...v3.10)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Looks like NUnit.Engine is up-to-date now, so this is no longer needed.