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

Removing duplicated region interfaces #3012

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

dansiegel
Copy link
Member

Description of Change

Fixes issue with interfaces for Regions that were duplicated in Prism.Maui and Prism.Core

Bugs Fixed

API Changes

Changed:

  • IRegion IRegionAdapter.Initialize(VisualElement regionTarget, string regionName) => IRegion IRegionAdapter.Initialize(object regionTarget, string regionName)

@dansiegel dansiegel added this to the Prism 9.0 milestone Nov 17, 2023
@dansiegel dansiegel merged commit 6bd895d into master Nov 17, 2023
3 checks passed
@brianlagunas brianlagunas deleted the dev/ds/duplicate-region-interfaces branch November 17, 2023 19:28
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.

Resolving IRegionMemberLifetime Version Conflict in .NET MAUI with Prism 9.0.2.71
2 participants