VistianOpenSource/Birch

Platform specific Namespaces

Opened this issue · 0 comments

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.