Uncomment MSTest.TestAdapter package reference.

Re-enabling the MSTest.TestAdapter package reference allows the project to use MSTest framework adapters, ensuring it can run and discover MSTest tests correctly. This change is essential for maintaining compatibility with expected test structures and execution.

Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
This commit is contained in:
Ivandro Jao 2024-09-27 22:59:55 +01:00
parent 40f69b2f06
commit f873487388

View File

@ -81,7 +81,7 @@
<ProjectReference Include="..\ui\SubtitleEdit.csproj" />
</ItemGroup>
<ItemGroup>
<!-- <PackageReference Include="MSTest.TestAdapter" />-->
<PackageReference Include="MSTest.TestAdapter" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="MSTest" />
<PackageReference Include="MSTest.Analyzers">