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

Move all the MSBuildWorkspace projects under a single folder #72226

Closed

Conversation

jasonmalinowski
Copy link
Member

Now there's MSBuildWorkspace with three folders:

  • Core (the main library)
  • BuildHost
  • Test

@jasonmalinowski jasonmalinowski self-assigned this Feb 22, 2024
@jasonmalinowski jasonmalinowski requested review from a team as code owners February 22, 2024 01:09
<TargetFrameworks>$(NetRoslyn);net472</TargetFrameworks>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" />
Copy link
Member Author

Choose a reason for hiding this comment

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

This is also a move, but since every one of these got a .. put in front of it, Git sees it as a new file.

@@ -1,14 +0,0 @@
{
Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure why this got deleted, but these don't work anyways, so...

Now there's MSBuildWorkspace with three folders:

- Core (the main library)
- BuildHost
- Test
@jasonmalinowski jasonmalinowski removed the request for review from a team February 24, 2024 00:45
The tests that need to set things up like this should just be ensuring
this state directly, since there's no guarantee that this would have
ran before many types of tests run.

Fixes dotnet#49486
@dotnet dotnet deleted a comment from azure-pipelines bot Feb 28, 2024
JoeRobich added a commit that referenced this pull request Jan 21, 2025
This is a rework of #72226

Now there's Workspaces/MSBuild with three folders:

- Core (the main library)
- BuildHost
- Test
@JoeRobich
Copy link
Member

The changes merged as part of #76831

@JoeRobich JoeRobich closed this Jan 21, 2025
@jasonmalinowski jasonmalinowski deleted the moving-msbuild-folders branch January 21, 2025 19:16
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