VistianOpenSource / Birch

A platform agnostic .NET library for the creation of code first user interfaces; Code your user interface, update your state, and let Birch do the rest.
9 stars 1 forks source link

Platform specific Namespaces #7

Open VistianOpenSource opened 4 years ago

VistianOpenSource commented 4 years ago

Currently we have classes like BuildHost and PlatformEnvironment that potentially exist in the same name space - i.e. the namespace for the Android assembly is the same as the core.

When one needs to use differing platforms in the same solution e.g. Xamarin Forms pulling in Android elements for things like platform specific implementations this may result in class name conflicts that are difficult to resolve.