chore: Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.5.1#180
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore: Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.5.1#180dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
6f06401 to
ee86675
Compare
--- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.5.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
ee86675 to
267ee91
Compare
4 tasks
FrankRay78
added a commit
that referenced
this pull request
May 19, 2026
* chore: update .claude/settings.json * chore: bump dependencies (consolidates #78 #123 #144 #156 #172 #180 #181) - Spectre.Console 0.54.0 -> 0.55.2 (#181) - Spectre.Console.Cli/Cli.Testing 1.0.0-alpha.0.11 -> 0.16 (#172) - Spectre.Console.Testing 0.54.0 -> 0.55.2 (#172) - Microsoft.NET.Test.Sdk -> 18.5.1 (#180) - Verify / Verify.Xunit -> 31.12.5 (#156) - Roslynator.Analyzers 4.14.1 -> 4.15.0 (#144) - BenchmarkDotNet 0.15.5 -> 0.15.8 (#123) - xunit.runner.visualstudio 3.1.4 -> 3.1.5 (#78) Implement new IAnsiConsole.WriteAnsi(Action<AnsiWriter>) member added in Spectre.Console 0.55 on FileConsole (no-op, file output is plain text) and CompositeAnsiConsole (forwards to inner consoles). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * test: cover WriteAnsi; drop unused Spectre.Console.Cli packages - Add FileConsoleTests.WriteAnsi_DoesNotThrow (no-op contract). - Add CompositeAnsiConsoleTests covering Write + WriteAnsi fan-out to all inner consoles via a SpyConsole. - Remove Spectre.Console.Cli and Spectre.Console.Cli.Testing from NetPace.Console.Tests — neither is referenced in any .cs file (CLAUDE.md already notes Spectre.Console.Cli was replaced). Closes the TDD gap flagged in the PR #201 review. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * fix: guard FileConsole.Write against post-disposal ProgressRefreshThread Spectre.Console's ProgressRefreshThread fires on a background thread and can call Write after FileConsole has been disposed at the end of a test, crashing the test host on Linux CI with ObjectDisposedException. Add a _writeLock + _disposed guard so background writes after disposal are silently ignored. Also adds Write_AfterDispose_DoesNotThrow test to pin the behaviour. Co-authored-by: Frank Ray <FrankRay78@users.noreply.github.com> --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com> Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Frank Ray <FrankRay78@users.noreply.github.com>
Contributor
Author
|
Looks like Microsoft.NET.Test.Sdk is no longer updatable, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.5.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.5.1
What's Changed
Full Changelog: microsoft/vstest@v18.5.0...v18.5.1
18.5.0
What's Changed
Full Changelog: microsoft/vstest@v18.4.0...v18.5.0
18.4.0
What's Changed
Add LoongArch64 support by @stdmnpkg in Add LoongArch64 support microsoft/vstest#15359
Refactor Condition evaluation by @Youssef1313 in Refactor Condition evaluation microsoft/vstest#15357
Adding info on extensions points part 1 by @nohwnd in Adding info on extensions points part 1 microsoft/vstest#15360
Add option to ask for uploading code QL before the standard window ends by @nohwnd in Add option to ask for uploading code QL before the standard window ends microsoft/vstest#15373
Update runtime versions by @nohwnd in Update runtime versions microsoft/vstest#15372
Fix .NET 10 regression for traits by @Youssef1313 in Fix .NET 10 regression for traits microsoft/vstest#15370
Update target frameworks to net10.0 and net11.0 by @dotnet-maestro[bot] in Update target frameworks to net10.0 and net11.0 microsoft/vstest#15349
Fix names in pipeline matrix so we don't have to align them by @nohwnd in Fix names in pipeline matrix so we don't have to align them microsoft/vstest#15365
Update SECURITY.md by @Youssef1313 in Update SECURITY.md microsoft/vstest#15342
New Contributors
Full Changelog: microsoft/vstest@v18.3.0...v18.4.0
18.3.0
What's Changed
Internal fixes and updates
New Contributors
18.0.1
What's Changed
Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation
Internal changes
Full Changelog: microsoft/vstest@v18.0.0...v18.0.1
18.0.0
What's Changed
Internal fixes and updates
... (truncated)
Commits viewable in compare view.