Skip to content

Migrate to MSTest 4 and MSTest.Sdk - #67

Open
stan-sz wants to merge 1 commit into
akkadotnet:devfrom
stan-sz:issue-66
Open

Migrate to MSTest 4 and MSTest.Sdk#67
stan-sz wants to merge 1 commit into
akkadotnet:devfrom
stan-sz:issue-66

Conversation

@stan-sz

@stan-sz stan-sz commented Aug 26, 2026

Copy link
Copy Markdown

Fixes #66

Changes

Refactor test framework integration and update dependencies for .NET 8 compatibility

  • remove .Net 6 in test project
  • unify references to MSTest 4.1 and sse MSTest.Sdk in test project
  • use new MSTest assertions
  • remove unused coverlet
  • remove unnecessary usings already covered by implicit usings

Checklist

For significant changes, please ensure that the following have been completed (delete if not relevant):

Latest dev Benchmarks

Include data from the relevant benchmark prior to this change here.

This PR's Benchmarks

Include data from after this change here.

Refactor test framework integration and update dependencies for .NET 8 compatibility

- remove .Net 6 in test project
- unify references to MSTest 4.1 and sse MSTest.Sdk in test project
- use new MSTest assertions
- remove unused coverlet
- remove unnecessary usings already covered by implicit usings

Fixes akkadotnet#66
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.

Support MSTest 4.1+

1 participant