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

HybridCache: relocate to dotnet/extensions #57670

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Conversation

mgravell
Copy link
Member

@mgravell mgravell commented Sep 2, 2024

HybridCache: relocate to dotnet/extensions

Plan agreed in "tactics", 2024-08-27; HybridCache is jumping from dotnet/aspnetcore to dotnet/extensions and will not ship in the framework build of NET 9 RC1+. The library-specific NET 9 RC1 ship-stop is manual; this PR is to clean up for NET 9 RC2 onwards.

  • remove src/Caching/Hybrid (leaves relocation README.md)
  • remove from sln[f]
  • remove from eng files (via automated rebuild)
  • remove minimal usage from tangential benchmark project

(this is #57611 but rebased to 9.0, after fighting git for a bit)

- remove src/Caching/Hybrid (leaves relocation README.md)
- remove from sln[f]
- remove from eng files (via automated rebuild)
- remove minimal usage from tangential benchmark project
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Sep 2, 2024
@mgravell
Copy link
Member Author

mgravell commented Sep 2, 2024

Build code check is because of shipped/unshipped delta

src/Caching/Hybrid/README.md Outdated Show resolved Hide resolved
@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Sep 11, 2024
@wtgodbe wtgodbe removed the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Sep 11, 2024
@wtgodbe
Copy link
Member

wtgodbe commented Sep 11, 2024

Code Check failures are expected as this is in a release branch

@mgravell
Copy link
Member Author

@wtgodbe are you able to merge this removal? HybridCache has now been relocated to dotnet/extensions:dev

@wtgodbe wtgodbe merged commit 6c0bf68 into release/9.0 Sep 12, 2024
22 of 25 checks passed
@wtgodbe wtgodbe deleted the marc/move_hybrid_cache2 branch September 12, 2024 14:31
@dotnet-policy-service dotnet-policy-service bot added this to the 9.0-rc2 milestone Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants