-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add tests for solution filter with shared projects and platform configuration support #51526
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
base: dev/ygerges/parse-sln
Are you sure you want to change the base?
Conversation
- 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]>
| <ImplicitUsings>enable</ImplicitUsings> | ||
| <Nullable>enable</Nullable> | ||
|
|
||
| <GenerateProgramFile>false</GenerateProgramFile> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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]>
The property is not needed and was removed from all four csproj files in the test assets. Co-authored-by: Youssef1313 <[email protected]>
dotnet testshould respect platform #51481 (solution with platform configurations)dotnet testshould respect platform #51481💡 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.