Skip to content

Conversation

@Evangelink
Copy link
Member

@Evangelink Evangelink commented Feb 13, 2025

Move our internal framework to be MTP based so we can start dogfooding the new dotnet test experience.

<LangVersion>preview</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Nullable>enable</Nullable>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enabled globally, cleaning up the various files.

Comment on lines +59 to +60
<InternalsVisibleTo Include="TestFramework.ForTestingMSTest" Key="$(VsPublicKey)" />
<InternalsVisibleTo Include="MSTest.IntegrationTests" Key="$(VsPublicKey)" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed for polyfill

# Conflicts:
#	test/UnitTests/MSTestAdapter.PlatformServices.UnitTests/Services/ThreadSafeStringWriterTests.cs
#	test/UnitTests/TestFramework.UnitTests/TestFramework.UnitTests.csproj
@Evangelink Evangelink marked this pull request as ready for review February 19, 2025 15:07
@Evangelink Evangelink merged commit 7d906dd into microsoft:main Feb 24, 2025
8 checks passed
@Evangelink Evangelink deleted the full-mtp branch February 24, 2025 08:20
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.

2 participants