question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update the default version of MSTest

See original GitHub issue
  • This issue is blocking
  • This issue is causing unreasonable pain

Currently, arcade is shipping with by default version 2.0.0 (see https://github.com/dotnet/arcade/blob/3fd7922054e920d6289194eec58435badc7c4385/src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props#L94). This version of MSTest is more than 3 years old (2019.03.09 according to NuGet). I was wondering if we could update to newest (maybe latest) available (e.g. 3.0.2).

I don’t know what would be the notification process for users as there might be multiple breaking changes related to this bump (not only the ones described in 3.0.0 but all version from 2.2.X are including breaking changes in patch version).

cc @MarcoRossignoli @pavelhorak

Release Note Category

  • Feature changes/additions
  • Bug fixes
  • Internal Infrastructure Improvements

Release Note Description

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
michellemcdanielcommented, Jan 23, 2023

I suggest we close this for now, and then reopen this when repos are ready.

1reaction
michellemcdanielcommented, Jan 23, 2023

I don’t believe they use arcade. arcade is a part of dotnet’s infrastructure.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Update to MSTestV2 - Visual Studio (Windows)
You can upgrade your test project by retargeting the MSTest version referenced in your .csproj from the MSTestV1 to MSTestV2.
Read more >
Unit Tests Target Earlier Version of .NET Framework
When you create a test project in Microsoft Visual Studio, the most recent version of the .NET Framework is set as the target,...
Read more >
How to change Visual Studio's default MSTest, VSTest ...
I want to be able to run tests from the Debugger in Visual Studio using MSTEST or VSTEST. The current behavior is to...
Read more >
Most Complete MSTest Framework Tutorial Using .Net Core
In this Selenium C# tutorial, we have a look at the MSTest framework, which is the default test framework for testing .Net applications....
Read more >
MSTestAdapter failed to discover tests because Method ...
Notably, no project in the solution referenced the new MSTest project or it's single (empty, default) unit test.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found