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

feat: Introduce a new Testcontainers.Xunit package #1165

Open
wants to merge 35 commits into
base: develop
Choose a base branch
from

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    fd154c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79e1ffe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4b60e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39df223 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f675189 View commit details
    Browse the repository at this point in the history
  6. Improve MessageSinkLogger and TestOutputLogger implementatinos

    * Use a NullScope object
    * Check for logLevel != LogLevel.None
    0xced committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    7289881 View commit details
    Browse the repository at this point in the history
  7. Add a new Testcontainers.XunitV3 project

    Uses the same source files as the Testcontainers.Xunit project (with some conditional compilation) and targeting [xUnit.net v3](https://xunit.net/docs/getting-started/v3/migration).
    0xced committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    dc66835 View commit details
    Browse the repository at this point in the history
  8. Improve design of (Db)ContainerFixture for xunit.v3

    Caused by xunit/xunit#3001 but it turns out to be more elegant not to have to inject `IMessageSink` in the fixtures.
    0xced committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    181c812 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    610f7ba View commit details
    Browse the repository at this point in the history
  10. Fix xmldoc for xUnit.net v3

    0xced committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    85120de View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb58f4b View commit details
    Browse the repository at this point in the history
  12. Revert "Improve design of (Db)ContainerFixture for xunit.v3"

    This reverts commit ea54f6d.
    
    With this "improved" design it was not be possible to ignore diagnostic messages by passing a null `IMessageSink`.
    
    Also now that xunit/xunit#3001 it allows for a simpler shared implementation between xUnit v2 and v3.
    0xced committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8de9b29 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Fix xunit.v3.extensibility.core version

    Use a version which is published on NuGet. Version 0.3.0-pre.8 is currently only published on feedz.io
    0xced committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f06b8df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b0ec5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    2c7a09b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    e0a1bf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    77eab50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    786801b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8fa351 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34d8a49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9960df View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    45d2fc8 View commit details
    Browse the repository at this point in the history
  2. chore: Remove BOM

    HofmeisterAn committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c47c30d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7aa2067 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    a2151a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    630a073 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    313b01e View commit details
    Browse the repository at this point in the history
  4. feat: Log stack trace

    HofmeisterAn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4f8394f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3eb96b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0793d06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    285df3b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    2e79dd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53b6290 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a286b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    ea693d8 View commit details
    Browse the repository at this point in the history