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

Update cake tools #2293

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Update cake tools #2293

wants to merge 13 commits into from

Commits on Sep 17, 2024

  1. Update cake tools

    - Bump xunit.runner.console to 2.9.0.
    - Bump dotnet-stryker to 4.2.0.
    martincostello authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    72588cc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Fix test

    - Fix the options from DI not being passed through to the strategy.
    - Assert that the strategy isn't null when retrieved.
    martincostello committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bb45edf View commit details
    Browse the repository at this point in the history
  2. Remove redundant branch

    - Remove redundant branch because when the key is null it uses the default key, which is what `CurrentValue` does anyway.
    - Assert that the correct options instance is retrieved.
    martincostello committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    47fe32c View commit details
    Browse the repository at this point in the history
  3. Fix CS0108

    Rename property to fix Name being overwritten.
    martincostello committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4628df3 View commit details
    Browse the repository at this point in the history
  4. Swap TFM order

    - Start with the newest to see if that fixes Stryker.
    - Explicitly target Debug for mutation tests.
    - Add missing `eng` items to the Solution Items.
    martincostello committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3b4f0d3 View commit details
    Browse the repository at this point in the history
  5. Enable dev mode

    Enable dev mode for Stryker to try and work out why Polly.Specs mutation tests are failing.
    martincostello committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    174e34e View commit details
    Browse the repository at this point in the history
  6. Fix dev-mode

    Can only be enabled on the command-line, not in the configuration file.
    martincostello committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    db16ded View commit details
    Browse the repository at this point in the history
  7. Fix dev-mode

    Remove `true`.
    martincostello committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4b03bdf View commit details
    Browse the repository at this point in the history
  8. Output Stryker logs

    Include logs from Stryker in the mutation reports.
    martincostello committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    244c20a View commit details
    Browse the repository at this point in the history
  9. Fix --log-to-file

    It's a flag, not an option that you give a path...
    martincostello committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5377ae6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Remove target-framework

    See if stryker will work it out for itself.
    martincostello authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d3582f0 View commit details
    Browse the repository at this point in the history
  2. Revert Stryker debugging

    Revert changes made to try and get Stryker working as it's been confirmed there's a bug.
    martincostello authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4cf588d View commit details
    Browse the repository at this point in the history
  3. Bump xunit.runner.console

    Update xunit.runner.console to 2.9.1.
    martincostello authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1ffaf0b View commit details
    Browse the repository at this point in the history