Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.3.1" />
<PackageVersion Include="MSTest.TestAdapter" Version="4.0.2" />
<PackageVersion Include="MSTest.TestFramework" Version="4.0.2" />
<PackageVersion Include="TestableIO.System.IO.Abstractions" Version="22.0.15" />
<PackageVersion Include="TestableIO.System.IO.Abstractions" Version="22.1.0" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related TestableIO packages version mismatch may cause incompatibility

The TestableIO.System.IO.Abstractions package is updated to 22.1.0 while TestableIO.System.IO.Abstractions.TestingHelpers and TestableIO.System.IO.Abstractions.Wrappers remain at 22.0.15. These packages are from the same library suite and typically released together. The 22.1.0 release includes fixes for file stream sharing behavior which could affect compatibility between the mismatched versions. The project history shows these packages have been updated together in the past.

Fix in Cursor Fix in Web

<PackageVersion Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="22.1.0" />
<PackageVersion Include="TestableIO.System.IO.Abstractions.Wrappers" Version="22.0.15" />
</ItemGroup>
Expand Down
Loading