Skip to content

Forward-port the Virtualize MaxItemCount added in .NET 8 patch to .NET 9 RC1 #57400

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

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

SteveSandersonMS
Copy link
Member

@SteveSandersonMS SteveSandersonMS commented Aug 19, 2024

Forward-port the Virtualize MaxItemCount added in .NET 8 patch

Ports the MaxItemCount fix from .NET 8 to .NET 9.

Description

See the original PR for full details of the original issue and the code review around this.

We had to delay this forward-porting until now because of the patch shipping timeline.

Customer Impact

If we don't forward-port this fix, the fix will be lost and the original defect would be reintroduced in .NET 9.

Regression?

  • Yes
  • No

Risk

  • High
  • Medium
  • Low

It's the same code that has already shipped in a .NET 8 patch release, plus one extra bit of public API to make it easier to control (we couldn't add public API in the patch).

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

@SteveSandersonMS SteveSandersonMS added the ask-mode This issue / PR is a patch candidate which we will bar-check internally before patching it. label Aug 19, 2024
@SteveSandersonMS SteveSandersonMS requested a review from a team as a code owner August 19, 2024 10:58
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-blazor Includes: Blazor, Razor Components label Aug 19, 2024
@SteveSandersonMS SteveSandersonMS added this to the 9.0-rc1 milestone Aug 19, 2024
@SteveSandersonMS SteveSandersonMS changed the title Forward-port the Virtualize MaxItemCount added in .NET 8 patch Forward-port the Virtualize MaxItemCount added in .NET 8 patch to .NET 9 RC1 Aug 19, 2024
@SteveSandersonMS SteveSandersonMS force-pushed the stevesa/port-virtualize-maxitemcount branch from 3da02fb to 3061fe3 Compare August 19, 2024 11:05
@SteveSandersonMS SteveSandersonMS changed the base branch from main to release/9.0-rc1 August 19, 2024 11:05
@wtgodbe wtgodbe added the Servicing-consider Shiproom approval is required for the issue label Aug 19, 2024
@javiercn javiercn added Servicing-approved Shiproom has approved the issue and removed Servicing-consider Shiproom approval is required for the issue labels Aug 19, 2024
@wtgodbe wtgodbe enabled auto-merge (squash) August 19, 2024 18:26
@wtgodbe
Copy link
Member

wtgodbe commented Aug 19, 2024

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe wtgodbe merged commit 5ec81c1 into release/9.0-rc1 Aug 20, 2024
26 checks passed
@wtgodbe wtgodbe deleted the stevesa/port-virtualize-maxitemcount branch August 20, 2024 00:30
@dotnet-policy-service dotnet-policy-service bot modified the milestone: 9.0-rc1 Aug 20, 2024
halter73 pushed a commit that referenced this pull request Aug 28, 2024
…T 9 RC1 (#57400)

* Limit MaxItemCount in Virtualize

* Add public API for MaxItemCount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components ask-mode This issue / PR is a patch candidate which we will bar-check internally before patching it. Servicing-approved Shiproom has approved the issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants