CMSIS Solution 1.66
Scenario:
A team is working on a common project. A target-type in a *.csolution.yml file gets renamed and committed to a repo.
target-types:
- type: AppKitA-E8-U85 # this was AppKit-E8-U85 before
Now, the project is checked out by a team member that was using AppKit-E8-U85 before. This delivers this output
Similar scenarios should be tested with:
- renaming of build types
- renaming of projects
Related #451
CMSIS Solution 1.66
Scenario:
A team is working on a common project. A target-type in a
*.csolution.ymlfile gets renamed and committed to a repo.Now, the project is checked out by a team member that was using
AppKit-E8-U85before. This delivers this outputThe message in PROBLEMS is OK, but the "Manage Solution" View is confusing as the user may think all he needs to do is to click SAVE. Instead:
It could repeat a similar message.
Error: Target Type 'AppKit-E8-U85' does not exist in csolution.yml.It could select the first available target (and activate the SAVE button).
Similar scenarios should be tested with:
Related #451