3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[VisualStudio] VS2019テストエクスプローラ上の「不明なプロジェクト」の表示を消すには

Last updated at Posted at 2020-03-06

問題

VS2019にて開発をおこなっている際、テストエクスプローラに「< 不明なプロジェクト >」という項目が表示された。
このテスト失敗の表示は、テストがすべて成功しても消えないので、精神衛生上非常によろしくない。

発生した環境

Visual Studio 2019 version 16.4.5
MSTest.TestFramework v2.1.0
MSTest.TestAdapter v2.1.0

解決方法

  1. Visual Studioを終了し
  2. ソリューションが格納されているフォルダの.vs\XXXXX\v16\TestStore\0 というフォルダを削除

ためになった情報

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?