-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Bump Microsoft.Private.Intellisense version to 9.0.0-preview-20240830.1 #107424
Conversation
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
@dotnet/source-build-internal I am updating the version of a package that runtime needs to ensure we ship the latest intellisense xml files. I intend to backport this to the release/9.0 branch too. Unfortunately, the CI is showing an error saying this is a prebuilt: https://github.com/dotnet/runtime/pull/107424/checks?check_run_id=29750201383
Should I add it as an exception to eng/SourceBuildPrebuiltBaseline.xml in runtime as it is suggested in https://aka.ms/dotnet/prebuilts ? Or should I do something else? |
Looks like the 8.0 version is in SBRP: https://github.com/dotnet/dotnet/tree/main/src/source-build-reference-packages/src/textOnlyPackages/src/microsoft.private.intellisense To resolve this prebuilt, you'll have to add the 9.0 version to SBRP and then wait for the SBRP dependency version to be updated in runtime. |
Here's a link to a PR from last year that bumped the version: dotnet/source-build-reference-packages#774 |
Oh thanks, I had forgotten about this. |
Reminder that improving this UX is tracked with #77004. |
Here's the PR with the deps flow that will unblock this: #107256 |
Since I just triggered the code flow PRs from SBRP, I can just edit those instead of updating this branch, rerruning the CI, and wasting time and resources. |
@dotnet/runtime-infrastructure @dotnet/area-infrastructure-libraries PTAL
This package versiopn was freshly updated today:
https://dnceng.visualstudio.com/public/_artifacts/feed/dotnet9-transport/NuGet/Microsoft.Private.Intellisense/overview/9.0.0-preview-20240830.1
More updates will come in the next weeks.
Will backport to
release/9.0
.