-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Improve build task tests #51192
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: release/10.0.2xx
Are you sure you want to change the base?
Improve build task tests #51192
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
ec98c3f to
ec6c62f
Compare
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.
Pull Request Overview
This PR enhances the Roslyn build task tests by adding target framework verification and expanding test coverage. The changes follow up on previous work to ensure that the correct compiler (either .NET Core or .NET Framework) is being used during builds.
Key changes:
- Added verification that the compiler used matches the expected target framework (.NET Core vs .NET Framework)
- Extended test coverage to validate both framework compiler and core compiler scenarios when using toolset packages
- Fixed a spelling error in a variable name
|
@333fred @RikkiGibson for reviews of a test-only improvement, thanks |
Follow up on dotnet/roslyn#80631 and #51612 (comment)