CalciumFramework / Samples

Samples demonstrate how to use some of the features of Codon.
3 stars 2 forks source link

Bootstrapper code - target specific ? #9

Closed abrasat closed 6 years ago

abrasat commented 6 years ago

Does the bootstrapper code (needed for instance for the NavigationService) has to be target platform-dependent ? Would be possible to move it to a NetStandard 2 class library?

DVaughan commented 6 years ago

Keep in mind, you might find there are platform specific things that need initializing.

abrasat commented 6 years ago

Thx, you are right. My question was if the Codon NavigationService is target-specific.