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

5.0.0 classes and fields still internal(instead of public) or private(instead of protected) #799

Open
orwo1 opened this issue Jan 9, 2023 · 1 comment

Comments

@orwo1
Copy link

orwo1 commented Jan 9, 2023

The updated 5.0.0 Nuget still has classes on the iOS side declared as internal,
as opposed to Android implementations which are now declared public.
This inconsistency prevent from inheriting PinLogic for example.
Another example is that Logics property under both iOS and Android renderers is inaccessible.
There are still many more problems similar to these in this version,
Where the properties/fields should be either protected or public(depending on usage),
and classes that are declared as internal for no good reason.
This needs to be fixed to make this Nuget version usable,
if you could?

@kouncillor
Copy link

Still having the same problem

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

No branches or pull requests

2 participants