-
Notifications
You must be signed in to change notification settings - Fork 398
update CPS package version #9663
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
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
<!-- Pin MessagePack to a patched version with security vulnerable fix --> | ||
<PackageReference Include="MessagePack" /> |
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.
Can we remove this pin now, if we get a good version via a transitive reference? This was only added to work around such an issue.
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.
Since MessagePack is bound in devenv.exe.config, it would be better to pin the specific package version so it's not surprisingly updated?
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.
There are quite a few packages that we depend upon indirectly. We generally only add these pins when we need to (for component governance issues) and try to remove them again once things settle. It reduces the number of package updates we have to manually define in PRs like. Not a big deal though.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Update CPS package version to the latest so we can consume
IFileWatcherService
from there instead of creating our own file watch server inLaunchSettingsProvider
Related issue: