mono - MonoTouch: Namespaces allowed -


we writing specs c# project consumed monotouch , monodroid ui. programmer knows little mono , using visual studio only need let them know .net namespaces off limits.

what guidelines in such cases?

i don't think there's perfect solution there things can try make easier, e.g.

  • create silverlight 4 project , not use system.windows.[web].dll;

  • create portable project library (v1) project , avoid using mef (system.composition);

  • use 1 (there few) visual studio plugin(s) one.

that should solve of issues. rebuilding, time time, using monotouch ensure find few missing cases.


Comments