-
Notifications
You must be signed in to change notification settings - Fork 77
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
SLVS-1563 Raise CurrentConfigurationScopeChanged when configuration scope changed #5783
SLVS-1563 Raise CurrentConfigurationScopeChanged when configuration scope changed #5783
Conversation
ee2ef1e
to
01b675d
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.
Looks good, except that raising the event under lock can be problematic. I think we need to move it outsider the synchronization blocks. But if we do that, we shouldn't have the configscope value in the event parameter to prevent race conditions (callers will need to call IActiveConfigScopeTracker.Current
to get the up to date value)
Quality Gate passedIssues Measures |
9c8de05
into
feature/dotnet-analyzer-repackaging
SLVS-1563
This is a draft, because it targets the PR, which is needed for the tests. It can still be reviewed.