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

Migrate Region Interfaces to the Prism.Core #2935

Closed
dansiegel opened this issue Aug 18, 2023 · 0 comments · Fixed by #2944
Closed

Migrate Region Interfaces to the Prism.Core #2935

dansiegel opened this issue Aug 18, 2023 · 0 comments · Fixed by #2944
Milestone

Comments

@dansiegel
Copy link
Member

Summary

All platforms currently support Region Navigation. The interfaces are mostly duplicates of each other however there is some minor API drift between WPF/Uno <--> Maui/Forms

API Changes

We need to consolidate around a single API definition for the core interfaces. The interfaces should be moved to Prism.Core to ensure that we maintain the same contract from one platform to another.

Intended Use Case

This will simplify docs as all platforms will have the same API. Additionally, this will open up the possibility of sharing ViewModels for Prism apps across Wpf, Uno Platform, Xamarin.Forms and .NET MAUI as this will provide both Region Navigation in addition to the recently migrated Dialog Service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant