Skip to content
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

Manually update Microsoft.Private.Intellisense to 8.0.0-preview-20230918.1 #787

Merged
merged 3 commits into from
Sep 19, 2023

Conversation

carlossanlop
Copy link
Member

@carlossanlop carlossanlop commented Sep 18, 2023

Similar to #774

Ran this command:

generate.cmd/sh -p Microsoft.Private.Intellisense,8.0.0-preview-20230918.1 -t text

I also made sure to delete the old files.

Workaround for dotnet/runtime#77004

Theoretically, this should unblock dotnet/runtime#92255 and dotnet/runtime#92254

@mthalman @ericstj

@carlossanlop carlossanlop changed the title Bump mpi2 Manually update Microsoft.Private.Intellisense to 8.0.0-preview-20230918.1 Sep 18, 2023
@carlossanlop
Copy link
Member Author

Do I/we need to do something special to make sure this works for main, release/8.0 and release/8.0-rc2?

@ericstj
Copy link
Member

ericstj commented Sep 19, 2023

Did you forget to add Microsoft.Private.Intellisense.8.0.0-preview-20230828.1.csproj? Your previous PR included a CSProj.

@carlossanlop
Copy link
Member Author

@ericstj I actually explicitly removed that folder since we now have a new package version, but I might have misunderstood the purpose of deletion, because I can see the CI failure is expecting the files from that package to exist.

Do you know why it is still expected?

@carlossanlop
Copy link
Member Author

Maybe it's because I haven't merged the two PRs that bump the expected package version in Versions.props in main and release/8.0. Is that why?

@ericstj
Copy link
Member

ericstj commented Sep 19, 2023

I just realized that's the old version, probably something still sees it. Lets find out why.

@ericstj
Copy link
Member

ericstj commented Sep 19, 2023

Here it is:

<DependencyPackageProjects Include="$(RepoRoot)src\textOnlyPackages\src\microsoft.private.intellisense\8.0.0-preview-20230828.1\Microsoft.Private.Intellisense.8.0.0-preview-20230828.1.csproj" />

@carlossanlop
Copy link
Member Author

Thanks, @ericstj, good catch.

@ViktorHofer ViktorHofer merged commit b88b567 into dotnet:main Sep 19, 2023
@carlossanlop carlossanlop deleted the BumpMPI2 branch September 19, 2023 06:29
@mthalman
Copy link
Member

Do I/we need to do something special to make sure this works for main, release/8.0 and release/8.0-rc2?

@carlossanlop - You'll need to manually port this to the release/8.0 branch here if you want the dependency flow to target 8.0 branches.

@@ -24,7 +24,7 @@
Format:
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\Microsoft.Extensions.Options.5.0.0.csproj" />
-->
<DependencyPackageProjects Include="$(RepoRoot)src\textOnlyPackages\src\microsoft.private.intellisense\8.0.0-preview-20230828.1\Microsoft.Private.Intellisense.8.0.0-preview-20230828.1.csproj" />
<DependencyPackageProjects Include="$(RepoRoot)src\textOnlyPackages\src\microsoft.private.intellisense\8.0.0-preview-20230918.1\Microsoft.Private.Intellisense.8.0.0-preview-20230918.1.csproj" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MichaelSimons - For a version upgrade like this, is this acceptable to change the version in Build.props like this?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally no but it is OK for this package because we know no other SBRP packages reference it.

@carlossanlop
Copy link
Member Author

/backport to release/8.0

@carlossanlop
Copy link
Member Author

The backporting bot is not enabled in this repo so I'll do it manually.

carlossanlop added a commit to carlossanlop/source-build-reference-packages that referenced this pull request Sep 19, 2023
…918.1 (dotnet#787)

* Add 8.0.0-preview-20230918.1

* Delete 8.0.0-preview-20230828.1

* Update Build.props DependencyPackageProjects version.
carlossanlop added a commit to carlossanlop/source-build-reference-packages that referenced this pull request Sep 19, 2023
…918.1 (dotnet#787)

* Add 8.0.0-preview-20230918.1

* Delete 8.0.0-preview-20230828.1

* Update Build.props DependencyPackageProjects version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants