Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: serilog-contrib/serilog-formatting-log4net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: serilog-contrib/serilog-formatting-log4net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tunit-LiquidTestReports
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on May 4, 2025

  1. Experiment with using TUnit instead of xUnit

    Remaining issues
    
    * TUnit provides a very basic [GitHub summary reporter][1] out of the box, but the more feature complete GitHubActionsTestLogger is currently [not supported for Microsoft.Testing.Platform][2]
    * HTML logger: could not find an equivalent for Microsoft.Testing.Platform
    * Stryker: currently [not supported for Microsoft.Testing.Platform][3]
    
    [1]: https://github.com/thomhurst/TUnit/blob/f857682f30e767df0f352fc2f5218c6fb5127ed3/TUnit.Engine/Reporters/GitHubReporter.cs
    [2]: Tyrrrz/GitHubActionsTestLogger#41
    [3]: stryker-mutator/stryker-net#3094
    0xced committed May 4, 2025
    Configuration menu
    Copy the full SHA
    bb7187f View commit details
    Browse the repository at this point in the history
  2. Write tests summary with Liquid Test Reports

    DISABLE_GITHUB_REPORTER disables the built-in TUnit reporter
    0xced committed May 4, 2025
    Configuration menu
    Copy the full SHA
    0830218 View commit details
    Browse the repository at this point in the history
Loading