Bump coverlet.collector and 8 others #48
Open
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 coverlet.collector from 6.0.2 to 6.0.4.
Release notes
Sourced from coverlet.collector's releases.
6.0.4
Fixed
Diff between 6.0.3 and 6.0.4
6.0.3
Fixed
Improvements
Diff between 6.0.2 and 6.0.3
Commits viewable in compare view.
Updated coverlet.msbuild from 6.0.2 to 6.0.4.
Release notes
Sourced from coverlet.msbuild's releases.
6.0.4
Fixed
Diff between 6.0.3 and 6.0.4
6.0.3
Fixed
Improvements
Diff between 6.0.2 and 6.0.3
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 17.11.1 to 18.0.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
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
Commits viewable in compare view.
Updated NuGet.Credentials from 6.12.1 to 7.0.1.
Release notes
Sourced from NuGet.Credentials's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated NuGet.DependencyResolver.Core from 6.12.1 to 7.0.1.
Release notes
Sourced from NuGet.DependencyResolver.Core's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Spectre.Console.Testing from 0.49.1 to 0.54.0.
Release notes
Sourced from Spectre.Console.Testing's releases.
0.54.0
Version
0.54.0of Spectre.Console has been released!Spectre.Console.Cli has a new home!
We've decided to move
Spectre.Console.Clito its own repository, where we will prepare it for a 1.0 release. This means that the Spectre.Console.Cli NuGet packages will no longer be versioned together with Spectre.Console. They will now have a preview version such as1.0.0-alpha-0.x.There should be no issues staying on version 0.53.0 of Spectre.Console.Cli until we release a stable version if you prefer not to use a pre-release dependency.
New unit testing package for Spectre.Console.Cli
There is now a new testing package for Spectre.Console.Cli called Spectre.Console.Cli.Testing. This is where you will find the
CommandAppTesterfrom now on.You can find more information about unit testing in the documentation.
What's Changed
Full Changelog: spectreconsole/spectre.console@0.53.0...0.54.0
0.53.1
This is a hotfix release for 0.53.0, which accidentally included
OpenCli.Sourcesas a dependency, instead of being included in the package.As a bonus, a fix for panels was also included in this release 😄
What's Changed
Full Changelog: spectreconsole/spectre.console@0.53.0...0.53.1
0.53.0
What's Changed
Full Changelog: spectreconsole/spectre.console@0.52.0...0.53.0
0.52.0
What's Changed
Full Changelog: spectreconsole/spectre.console@0.51.1...0.52.0
0.51.1
What's Changed
New Contributors
Full Changelog: spectreconsole/spectre.console@0.50.0...0.51.1
0.50.0
What's Changed
General
Console
HtmlEncoderIncorrectly Applying Italics to Bold Text by @z4ryy in #1590CLI
New Contributors
... (truncated)
Commits viewable in compare view.
Updated System.IO.Abstractions.TestingHelpers from 21.1.3 to 22.1.0.
Release notes
Sourced from System.IO.Abstractions.TestingHelpers's releases.
22.1.0
What's Changed
New Contributors
Full Changelog: TestableIO/System.IO.Abstractions@v22.0.16...v22.1.0
22.0.16
What's Changed
dotnet nugetto push packages by @vbreuss in fix: usedotnet nugetto push packages TestableIO/System.IO.Abstractions#1339New Contributors
Full Changelog: TestableIO/System.IO.Abstractions@v22.0.15...v22.0.16
22.0.15
What's Changed
New Contributors
Full Changelog: TestableIO/System.IO.Abstractions@v22.0.14...v22.0.15
22.0.14
What's Changed
Directory.Movefails on Windows if destination has different case from source by @oni-shiro in fix:Directory.Movefails on Windows if destination has different case from source TestableIO/System.IO.Abstractions#1256New Contributors
Directory.Movefails on Windows if destination has different case from source TestableIO/System.IO.Abstractions#1256Full Changelog: TestableIO/System.IO.Abstractions@v22.0.13...v22.0.14
22.0.13
What's Changed
New Contributors
Full Changelog: TestableIO/System.IO.Abstractions@v22.0.12...v22.0.13
22.0.12
What's Changed
workflow_runtarget for static code analysis by @vbreuss in fix: useworkflow_runtarget for static code analysis TestableIO/System.IO.Abstractions#1248New Contributors
Full Changelog: TestableIO/System.IO.Abstractions@v22.0.11...v22.0.12
22.0.11
What's Changed
Full Changelog: TestableIO/System.IO.Abstractions@v22.0.10...v22.0.11
22.0.10
What's Changed
Directory.Build.propsby @vbreuss in refactor: consolidate project settings inDirectory.Build.propsTestableIO/System.IO.Abstractions#1211Directory.Build.propsby @vbreuss in refactor: consolidate test project settings inDirectory.Build.propsTestableIO/System.IO.Abstractions#1213InternalsVisibleToby @vbreuss in refactor: avoidInternalsVisibleToTestableIO/System.IO.Abstractions#1217Nerdbank.GitVersioningby @vbreuss in refactor: remove dependency onNerdbank.GitVersioningTestableIO/System.IO.Abstractions#1221Full Changelog: TestableIO/System.IO.Abstractions@v22.0.9...v22.0.10
22.0.9
What's Changed
Full Changelog: TestableIO/System.IO.Abstractions@v21.3.1...v22.0.9
21.3.1
What's Changed
Full Changelog: TestableIO/System.IO.Abstractions@v21.2.12...v21.3.1
21.2.12
What's Changed
Pathmethods from .NET9 by @vbreuss in refactor: support newPathmethods from .NET9 TestableIO/System.IO.Abstractions#1192Filemethods from .NET 9 by @vbreuss in feat: add newFilemethods from .NET 9 TestableIO/System.IO.Abstractions#1193Full Changelog: TestableIO/System.IO.Abstractions@v21.2.8...v21.2.12
21.2.8
What's Changed
Full Changelog: TestableIO/System.IO.Abstractions@v21.2.1...v21.2.8
21.2.1
What's Changed
New Contributors
Full Changelog: TestableIO/System.IO.Abstractions@v21.1.7...v21.2.1
21.1.7
What's Changed
Description has been truncated