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

[automated] Merge branch 'main' => 'dev' #5435

Merged
merged 6 commits into from
Sep 22, 2024
Merged

[automated] Merge branch 'main' => 'dev' #5435

merged 6 commits into from
Sep 22, 2024

Commits on Sep 16, 2024

  1. Update dependencies from https://github.com/dotnet/arcade build 20240…

    …913.3 (#5427)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ef51c63 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. repro and fix (#5416)

    rwoll authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    539f3a3 View commit details
    Browse the repository at this point in the history
  2. Add NullRedactor to the RedactorProvider during initialization (#5424)

    * Add NullRedactor to the RedactorProvider during initialization.  Fix #5265
    
    ---------
    
    Co-authored-by: Yifan Zhu <[email protected]>
    makazeu and Yifan Zhu authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1d9d44f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c487bad View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Fix test warning in 9.0 (#5437)

    Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
    
    See https://github.com/dotnet/extensions/pull/5435/checks?check_run_id=30404388453
    eerhardt authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    05df083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3288d4 View commit details
    Browse the repository at this point in the history