Reqnroll icon indicating copy to clipboard operation
Reqnroll copied to clipboard

Add .NET version 10.0.x to CI workflow

Open 304NotModified opened this issue 3 months ago • 4 comments

🤔 What's changed?

⚡️ What's your motivation?

🏷️ What kind of change is this?

  • :book: Documentation (improvements without changing code)
  • :bank: Refactoring/debt/DX (improvement to code design, tooling, etc. without changing behaviour)
  • :bug: Bug fix (non-breaking change which fixes a defect)
  • :zap: New feature (non-breaking change which adds new behaviour)
  • :boom: Breaking change (incompatible changes to the API)

♻️ Anything particular you want feedback on?

📋 Checklist:

  • [ ] I've changed the behaviour of the code
    • [ ] I have added/updated tests to cover my changes.
  • [ ] My change requires a change to the documentation.
    • [ ] I have updated the documentation accordingly.
  • [ ] Users should know about my change
    • [ ] I have added an entry to the "[vNext]" section of the CHANGELOG, linking to this pull request & included my GitHub handle to the release contributors list.

This text was originally taken from the template of the Cucumber project, then edited by hand. You can modify the template here.

304NotModified avatar Nov 26 '25 19:11 304NotModified

Testing with VSTest target is no longer supported by Microsoft.Testing.Platform on .NET 10 SDK and later.

@copilot help with this error

304NotModified avatar Nov 27 '25 03:11 304NotModified

@304NotModified I've opened a new pull request, #944, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot avatar Nov 27 '25 03:11 Copilot

@copilot build still fails. Fix and run build yourself. Fix until build is green.

304NotModified avatar Nov 27 '25 22:11 304NotModified

@304NotModified I've opened a new pull request, #946, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot avatar Nov 27 '25 22:11 Copilot

Because of #918 , this PR becomes obsolete. @304NotModified I have added your tag to the changelog to acknowledge your efforts to fix this.

gasparnagy avatar Dec 04 '25 12:12 gasparnagy

Thanks @gasparnagy, I needed more TUnit knowledge I guess. But happy it's merged and so I also merged https://github.com/reqnroll/Reqnroll.VisualStudio/pull/138

304NotModified avatar Dec 04 '25 16:12 304NotModified