Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 3, 2025


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

- Test for solution filter with shared projects (.shproj) being properly skipped
- Test for Platform configuration being respected in solution builds
- Both test assets include proper global.json to enable MTP mode

Co-authored-by: Youssef1313 <[email protected]>
Copilot AI changed the title [WIP] Make requested changes to #51411 Add tests for solution filter with shared projects and platform configuration support Nov 3, 2025
Copilot AI requested a review from Youssef1313 November 3, 2025 13:49
Copilot finished work on behalf of Youssef1313 November 3, 2025 13:49
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<GenerateProgramFile>false</GenerateProgramFile>
Copy link
Member

Choose a reason for hiding this comment

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

@copilot Remove GenerateProgramFile from this project as well as other csproj files added in this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed GenerateProgramFile property from all four csproj files in commit 58d1dcc.


<GenerateProgramFile>false</GenerateProgramFile>
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
<IsTestingPlatformApplication>true</IsTestingPlatformApplication>
Copy link
Member

Choose a reason for hiding this comment

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

@copilot Remove IsTestingPlatformApplication from this project as well as other csproj files added in this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed IsTestingPlatformApplication property from all four csproj files in commit 201ea92.

The property is not needed and was removed from all four csproj files in the test assets.

Co-authored-by: Youssef1313 <[email protected]>
Copilot AI requested a review from Youssef1313 November 4, 2025 11:32
Copilot finished work on behalf of Youssef1313 November 4, 2025 11:32
The property is not needed and was removed from all four csproj files in the test assets.

Co-authored-by: Youssef1313 <[email protected]>
Copilot finished work on behalf of Youssef1313 November 4, 2025 11:41
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