Skip to content

Conversation

@MiYanni
Copy link
Member

@MiYanni MiYanni commented Apr 24, 2024

Related: #38804

Summary

During the Installer repo migration, I realized this repo has a test project called Microsoft.DotNet.Tools.Tests.Utilities.Tests.csproj. These tests don't actually test Microsoft.DotNet.Tools.Tests.Utilities.csproj, which is a project that only existed in the Installer repo. This test project actually takes a dependency on Microsoft.DotNet.Cli.Utils.csproj. Therefore, these tests should be part of Microsoft.DotNet.Cli.Utils.Tests.csproj since they're tests for that assembly.

Some InternalsVisibleTo were necessary for this test project. I've updated those entries to Microsoft.DotNet.Cli.Utils.Tests now for the tests to build properly.

…they relied on Microsoft.DotNet.Cli.Utils.csproj. Deleted Microsoft.DotNet.Tools.Tests.Utilities.Tests.csproj since it no longer has any tests. Adjusted InternalsVisibleTo so that the test project builds would function properly.
@MiYanni MiYanni requested review from a team and joeloff April 24, 2024 22:06
@ghost ghost added Area-Infrastructure untriaged Request triage from a team member labels Apr 24, 2024
@MiYanni MiYanni enabled auto-merge April 24, 2024 22:43
@MiYanni MiYanni merged commit b5a5cda into dotnet:main Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Infrastructure untriaged Request triage from a team member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants