Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert internal framework to MTP #5014

Merged
merged 32 commits into from
Feb 24, 2025
Merged

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.

@@ -13,6 +13,7 @@
<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