Update

Add test coverage for framework incompatibility error message

copilot-swe-agent[bot]
2 months ago

Commit: 1618a37

Date: November 12, 2025 at 12:43 AM

Added test GivenAToolWithHigherFrameworkItShowsAppropriateErrorMessage that verifies the improved error message when installing a tool that targets a higher .NET version than is installed. The test creates a mock tool package with net99.0 framework and validates that the error message includes helpful information about the version mismatch.

Co-authored-by: dsplaisted <145043+dsplaisted@users.noreply.github.com>