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

Provide opt-out to AssertionOptions(o => o.WithStrictOrdering()) #974

Merged
merged 8 commits into from Dec 5, 2018

Commits on Nov 18, 2018

  1. Copy the full SHA
    43def0e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6ed341a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2ec50ea View commit details
    Browse the repository at this point in the history
  4. WithoutStrictOrdering doesn't reset strict ordering for bytes. Introd…

    …ucing WithoutStrictOrderingForBytes to ignore ordering of bytes.
    BrunoJuchli committed Nov 18, 2018
    Copy the full SHA
    cfded5e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Merge remote-tracking branch 'origin/master' into 966

    Bruno Lorenz Juchli committed Nov 22, 2018
    Copy the full SHA
    da9ed55 View commit details
    Browse the repository at this point in the history
  2. removed SelfReferenceEquivalenyAssertionOptions.WithoutStrictOrdering…

    …ForBytes() and made OrderingRuleCollection.Clear() internal.
    Bruno Lorenz Juchli committed Nov 22, 2018
    Copy the full SHA
    ca3be8b View commit details
    Browse the repository at this point in the history
  3. updating documentation to mention WithoutStrictOrdering and `Withou…

    …tStrictorderingFor(...)`.
    Bruno Lorenz Juchli committed Nov 22, 2018
    Copy the full SHA
    1e1a8bc View commit details
    Browse the repository at this point in the history
  4. removed obsolete reference to WithoutStrictOrderingForBytes

    Bruno Lorenz Juchli committed Nov 22, 2018
    Copy the full SHA
    722c99c View commit details
    Browse the repository at this point in the history