Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 15, 2025

Fixes #141

NUnit3TestAdapter 6.0.0 introduced transitive dependencies on newer versions of System.Threading.Tasks.Extensions (4.6.3) and System.ValueTuple (4.6.1), causing NU1605 package downgrade errors during dotnet restore of generated sample projects.

Changes

  • Updated DeveroomSample.csproj.txt template package versions:
    • System.Threading.Tasks.Extensions: 4.5.4 → 4.6.3
    • System.ValueTuple: 4.5.0 → 4.6.1
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
  <PackageReference Include="System.ValueTuple" Version="4.6.1" />
  <PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
  <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
</ItemGroup>
Original prompt

Investigate #141


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…ndencies

Updated DeveroomSample.csproj.txt template to use compatible package versions:
- System.Threading.Tasks.Extensions 4.5.4 -> 4.6.3
- System.ValueTuple 4.5.0 -> 4.6.1

This fixes NU1605 errors during dotnet restore of generated sample projects
caused by package downgrade conflicts with NUnit3TestAdapter 6.0.0's
transitive dependencies.

Fixes #141

Co-authored-by: 304NotModified <[email protected]>
Copilot AI changed the title [WIP] Investigate issue 141 in Reqnroll.VisualStudio Fix Spec tests failing due to NUnit3TestAdapter 6.0.0 dependency updates Dec 15, 2025
Copilot AI requested a review from 304NotModified December 15, 2025 22:51
@304NotModified 304NotModified changed the title Fix Spec tests failing due to NUnit3TestAdapter 6.0.0 dependency updates Fix failing Spec tests failing Dec 15, 2025
@304NotModified 304NotModified marked this pull request as ready for review December 15, 2025 23:23
@304NotModified 304NotModified changed the title Fix failing Spec tests failing Fix failing Spec tests Dec 15, 2025
@304NotModified 304NotModified merged commit 18eec74 into main Dec 15, 2025
3 of 4 checks passed
@304NotModified 304NotModified deleted the copilot/investigate-issue-141 branch December 15, 2025 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spec tests fails on main

2 participants