BugFix - 39087 - No Popup When Switching From Dirty Runset#3648
Conversation
…er then, when we switch from one dirty runset to another, we don't get a popup to save the dirty runset before switching. RC: When we move from one runset to another, we check if the previous runset was the part of the same solution or not. To do this check we rely solution folder and solution name which can be different is some cases. Fix: Instead of relying on the solution folder and name, we can check if the current solution have a runset with the id of the previous runset or not. If yes then the previous runset was part of the current solution otherwise not.
WalkthroughThe update to the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
…pWhenSwitchingVirtualRunset
…pWhenSwitchingVirtualRunset
…pWhenSwitchingVirtualRunset
…pWhenSwitchingVirtualRunset
Thank you for your contribution.
Before submitting this PR, please make sure: