PrismLibrary / Prism.Maui

This is an experimental repo. The code here will eventually be merged into the main Prism repo as a full fledged platform at which time this repo will be archived.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NavigationBuilder class scope

muak opened this issue · comments

I would like to extend the NavigationBuilder class, but currently I cannot create subclasses because of the internal scope.
I would appreciate it if you could change the scope of the NavigationBuilder class to public.

If I can create subclasses, I will be able to complete this in individual projects without affecting the source code, such as #96 .

Can you provide some examples and insight into what it is that you're trying to extend?

What I wanted to extend is #96 .
This was merged so I no longer need to extend it.
Thank you very much.
I don't have any other examples of this at the moment.

I will report back if I need more.