Conversation
Bumps coverlet.collector from 6.0.4 to 10.0.0 Bumps Microsoft.NET.Test.Sdk from 17.8.0 to 18.5.1 Bumps xunit from 2.5.3 to 2.9.3 Bumps xunit.runner.visualstudio from 2.5.3 to 3.1.5 --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.5.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: xunit dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
guibranco
left a comment
There was a problem hiding this comment.
Automatically approved by gstraccini[bot]
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. Learn more about Socket for GitHub.
|
|
Infisical secrets check: β No secrets leaked! π» Scan logs2026-05-07T13:27:06Z INF scanning for exposed secrets...
1:27PM INF 11 commits scanned.
2026-05-07T13:27:06Z INF scan completed in 43.5ms
2026-05-07T13:27:06Z INF no leaks found
|
|



Updated coverlet.collector from 6.0.4 to 10.0.0.
Release notes
Sourced from coverlet.collector's releases.
10.0.0
Improvements
--coverlet-file-prefixoption for unique report files #β1869Fixed
Maintenance
Diff between 8.0.1 and 10.0.0
8.0.1
Fixed
Improvements
Diff between 8.0.0 and 8.0.1
8.0.0
Special Thanks: A huge thank you to @βBertk for driving the majority of the work in this release! π
Fixed
Improvements
Diff between 6.0.4 and 8.0.0
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 17.8.0 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)
17.14.1
What's Changed
Full Changelog: microsoft/vstest@v17.14.0...v17.14.1
17.14.0
What's Changed
.NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
Internal version updates and fixes
New Contributors
... (truncated)
17.14.0-preview-25107-01
What's Changed
.NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
Internal version updates and fixes
Will probably revert before release:
New Contributors
Full Changelog: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01
17.13.0
What's Changed
Add letter number among valid identifiers in class name by @βnohwnd in Add letter number among valid identifiers in class nameΒ microsoft/vstest#13868
Fix formatting in Runner by @βmthalman in Fix formatting in RunnerΒ microsoft/vstest#13871
Downgrade xunit skip warning to info by @βnohwnd in Downgrade xunit skip warning to infoΒ microsoft/vstest#10381
Add msdia for arm64 into nuget by @βnohwnd in Add msdia for arm64 into nugetΒ microsoft/vstest#10382
Enable native debugging for vstest.console by @βocitrev in Enable native debugging for vstest.consoleΒ microsoft/vstest#10401
Fix RFCs links by @βYoussef1313 in Fix RFCs linksΒ microsoft/vstest#10424
Convert to auto property by @βnohwnd in Convert to auto propertyΒ microsoft/vstest#10365
Update Versions.props by @βnohwnd in Update Versions.propsΒ microsoft/vstest#10378
Enable TSA by @βjakubch1 in Enable TSAΒ microsoft/vstest#10385
Arm64 dia by @βnohwnd in Arm64 diaΒ microsoft/vstest#10390
Update source-build team references by @βMichaelSimons in Update source-build team referencesΒ microsoft/vstest#10388
Exclude .signature.p7s from nupkg file count by @βellahathaway in Exclude .signature.p7s from nupkg file countΒ microsoft/vstest#10418
Set NetCurrent so that it doesn't roll forward automatically by @βViktorHofer in Set NetCurrent so that it doesn't roll forward automaticallyΒ microsoft/vstest#10622
New Contributors
Full Changelog: microsoft/vstest@v17.12.0...v17.13.0
17.12.0
What's Changed
Internal and infrastructure fixes:
Full Changelog: microsoft/vstest@v17.11.1...v17.12.0
17.11.1
What's Changed
Full Changelog: microsoft/vstest@v17.11.0...v17.11.1
17.11.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06
17.11.0-release-24373-02
What's Changed
Full Changelog: microsoft/vstest@v17.11.0-release-24352-06...v17.11.0-release-24373-02
17.11.0-release-24352-06
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06
17.10.0
What's Changed
And many infrastructure related changes and updates.
New Contributors
Full Changelog: microsoft/vstest@v17.9.0...v17.10.0
17.10.0-release-24177-07
What's Changed
Fix Microsoft.TestPlatform.Build sourcebuild nuspec by @βEvangelink in Fix Microsoft.TestPlatform.Build sourcebuild nuspecΒ microsoft/vstest#4871
Updating version of Microsoft.VisualStudio.Interop to 17.10 by @βMSLukeWest in Updating version of Microsoft.VisualStudio.Interop to 17.10Β microsoft/vstest#4866
Add VSTEST_DIAG_VERBOSITY to help by @βnohwnd in Add VSTEST_DIAG_VERBOSITY to helpΒ microsoft/vstest#4882
Move SB metadata to intermediates by @βellahathaway in Move SB metadata to intermediatesΒ microsoft/vstest#4884
Fix feature flag name by @βnohwnd in Fix feature flag nameΒ microsoft/vstest#4885
Remove PackageLicenseFile preventing PackageLicenseExpression from working by @βlahma in Remove PackageLicenseFile preventing PackageLicenseExpression from workingΒ microsoft/vstest#4890
Add GitHub Actions logger by @βmartincostello in Add GitHub Actions loggerΒ microsoft/vstest#4906
Ensure to send a session complete event by @βdrognanar in Ensure to send a session complete eventΒ microsoft/vstest#4878
specify Win10 + maxversiontested to enable xaml APIs to be used in tests running under testhost.exe by @βChrisGuzak in specify Win10 + maxversiontested to enable xaml APIs to be used in tests running under testhost.exeΒ microsoft/vstest#4888
Improve terminal logger by @βnohwnd in Improve terminal loggerΒ microsoft/vstest#4877
Add test name to MSBuild where we have frame. by @βnohwnd in Add test name to MSBuild where we have frame.Β microsoft/vstest#4935
Updated Code Coverage to latest version [main] Update dependencies from devdiv/DevDiv/vs-code-coverageΒ microsoft/vstest#4933
New Contributors
And many infrastructure related changes to migrate our pipelines to common build system.
Full Changelog: microsoft/vstest@v17.10.0-preview-24080-01...v17.10.0-release-24177-07
17.10.0-preview-24080-01
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v17.9.0-preview-23577-04...v17.10.0-preview-24080-01
17.9.0
What's Changed
HtmlLoggerby @βdaveMueller in Remove javascript inHtmlLoggerΒ microsoft/vstest#4744New Contributors
Full Changelog: microsoft/vstest@v17.8.0...v17.9.0
17.9.0-release-23619-01
What's Changed
Full Changelog: microsoft/vstest@v17.9.0-preview-23577-04...v17.9.0-release-23619-01
17.9.0-preview-23577-04
What's Changed
HtmlLoggerby @βdaveMueller in #β4744Full Changelog: microsoft/vstest@v17.9.0-preview-23531-01...v17.9.0-preview-23577-04
17.9.0-preview-23531-01
What's Changed
Full Changelog: microsoft/vstest@v17.9.0-preview-23503-02...v17.9.0-preview-23531-01
17.9.0-preview-23503-02
What's Changed
Full Changelog: microsoft/vstest@v17.8.0-release-23468-02...v17.9.0-preview-23503-02
Commits viewable in compare view.
Updated xunit from 2.5.3 to 2.9.3.
Release notes
Sourced from xunit's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated xunit.runner.visualstudio from 2.5.3 to 3.1.5.
Release notes
Sourced from xunit.runner.visualstudio's releases.
3.1.5
Release notes: https://xunit.net/releases/visualstudio/3.1.5
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions