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

[net7.0] _itemsSource may be null in CarouselViewLoopManager #11967

Merged
merged 2 commits into from
Dec 8, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 8, 2022

Backport of #11000 to net7.0

/cc @Redth @BioTurboNick

I'm seeing a NullReferenceException in this method. There are no guards against `_itemsSource` being null, so dereferencing it to get its `Count` seems likely to be the problem.
@Eilon Eilon added the area-controls-collectionview CollectionView, CarouselView, IndicatorView label Dec 8, 2022
@Redth Redth enabled auto-merge (squash) December 8, 2022 19:54
@Redth
Copy link
Member

Redth commented Dec 8, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@Redth Redth merged commit ec7280b into net7.0 Dec 8, 2022
@Redth Redth deleted the backport/pr-11000-to-net7.0 branch December 8, 2022 22:01
@github-actions github-actions bot locked and limited conversation to collaborators Dec 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants