Currently the IModuleInfoStore uses XML to define what Modules get loaded. This isn't terribly friendly, especially for platforms like Android. It would be nice if I could just pass back an array...
Id #7326 | Release:
None
| Updated: Feb 21 at 9:25 PM by SilenceTi | Created: Feb 20 at 1:17 AM by ctacke
If your app is using IoC, then a lot of calls get funneled through some very discrete points in the code. It might be useful and interesting to add at least some basic counters to help developers ...
Id #7267 | Release:
None
| Updated: Feb 14 at 7:56 PM by ctacke | Created: Jan 16 at 1:31 PM by ctacke
The SmartClientApplication takes in a generic parameter for the Shell Form type. It should would be useful to allow the app to override this type in some way to allow a runtime replacement of the ...
Id #7076 | Release:
None
| Updated: Feb 14 at 7:56 PM by ctacke | Created: Aug 14, 2012 at 4:56 PM by ctacke
Right now the ModuleInfoStoreService loads an IModule by calling GetTypes on the loaded mobule, which is not great performance-wise. Finding a replacement would be great. Keeping compatibility wi...
Id #6869 | Release:
None
| Updated: Feb 14 at 7:56 PM by ctacke | Created: Apr 4, 2012 at 5:08 PM by ctacke
The Windows Phone version of IoC supports the DI container and event aggregation, but the UI portion has not been ported. How about porting the rest over?
Id #6644 | Release:
None
| Updated: Feb 14 at 7:56 PM by japero | Created: Dec 2, 2011 at 3:07 PM by ctacke
Implement a behavior in the app base so that the framework can enforce:
Only one instance of the app running at any given time
Attempts to run a subsequent version will activate the existing insta...
Id #6594 | Release:
None
| Updated: Feb 14 at 7:56 PM by ctacke | Created: Nov 7, 2011 at 6:15 PM by ctacke
I have faced with strange behaviour of IoC framework. The issue is that when I remove some object from the IoC it still able to catch events. The source code to describe this is below:
// pub...
Id #6397 | Release:
None
| Updated: Feb 14 at 7:56 PM by SilenceTi | Created: Aug 22, 2011 at 1:26 PM by ctacke