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

Bump xunit.extensions from 1.9.2 to 2.0.0 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps xunit.extensions from 1.9.2 to 2.0.0.

Release notes

Sourced from xunit.extensions's releases.

2.0

Release notes are available here: http://xunit.github.io/release-notes/2015-03-16.html

2.0 Release Candidate 4

Release notes are available here: http://xunit.github.io/release-notes/2015-03-09.html

2.0 Release Candidate 3

Release notes are available here: http://xunit.github.io/release-notes/2015-02-23.html

2.0 Release Candidate 2

Release notes are available here: http://xunit.github.io/release-notes/2015-02-17.html

2.0 Release Candidate 1

Release notes are available here: http://xunit.github.io/release-notes/2015-01-20.html

2.0 Beta 5

Release notes are available here: http://xunit.github.io/release-notes/2014-11-19.html

2.0 Beta 2

Release notes for xUnit.net v2 Beta 2

New features for test authors:

  • PCL support updated to Profile259, which supports:
    • Desktop .NET 4.5+
    • Modern Windows 8+
    • Windows Phone 8+ (Silverlight)
    • Windows Phone 8.1+ (Universal)
  • New Assertions:
    • ThrowsAny (allows derived types)
    • NotEqual (with precision for decimal and double)
    • StrictEqual, StrictNotEqual (uses EqualityComparer<T>.Default)
    • StartsWith, EndsWith (for strings)
    • Matches, DoesNotMatch (for regular expressions)
    • Subset, ProperSubset, Superset, ProperSuperset (for ISet<T>)
  • Improved theory parameter display
    • Strings are limited to 50 characters
    • Type arguments show as typeof(T)
    • Enumerable collections show first five values
    • Complex objects show first public public properties/fields
    • Complex objects show up to three levels of depth

New features for runner authors:

  • Added an execution option to use synchronous message reporting
  • Added ITestCase.Arguments
  • Made message classes public
  • Made MaxConcurrencyTaskScheduler public
  • Did a bunch of work around extensibility points (see the breaking changes list)

Bug fixes:

  • Fixed a NullRef when trying to use trait discoverers when using source-based discovery
... (truncated)
Commits
  • 9f4fe30 Stick NUSPEC files to xunit.abstractions 2.0.0
  • 0f58513 Fix up xUnit.net v1 unit tests to run on Mono
  • b3235be Add build.sh to build on Linux/OS X
  • 219c18e Changing System.XML to System.Xml so that it works xplat
  • 7b11ac4 Fixes #340: Split xunit.runners into xunit.runner.console and xunit.runner.ms...
  • ad94ce5 Fixes #343: Add -serialize switch to console runner
  • b7f9806 Fixes #332: Handling null/throwing TestCollectionOrder
  • 8efae51 Fixes #332: Handling null/throwing TestCaseOrder
  • e9d212e Fixes #344: Test case serialization fails for Type[] containing open generic ...
  • 37c75b3 Fixes #338: Need a way to generally support platform-specific extensions
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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:

  • 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.

Bumps [xunit.extensions](https://github.com/xunit/xunit) from 1.9.2 to 2.0.0.
- [Release notes](https://github.com/xunit/xunit/releases)
- [Commits](xunit/xunit@1.9.2...2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant