Nov 3, 2012 at 5:46 PM
Edited Nov 3, 2012 at 8:03 PM
|
Looks like they updated the System.Windows.Interactivity again. 3.9.5.0 now.
Also ActionDelegate has been updated to allow for 5 parameters in the bcl
I have created 2 new projects for wp8 and setup the projects to exclude older stuff. It also appears there has been some changes to the application model for ending the application.
|
|
Nov 3, 2012 at 9:54 PM
Edited Nov 3, 2012 at 9:55 PM
|
you would be getting a few compiler warnings... with the current state of the wp7 assembly. Due to some duplications
|
|
|
|
adding in a WP8 macro for the 2 projects allow for the necessary changes and also putting in the necessary #f #endif, to prevent the duplication warnings.
|
|
|
|
The mention of ActionDelegate is also relevant to
http://caliburnmicro.codeplex.com/workitem/254.
Just wondering what the impact would be to change the namespace of CM's implementation of Action<> from System to Caliburn.Micro?
-david
|
|
|
|
by creating a new project this can be excluded as needed for WP8 projects then by placing WP71 macros around the Action<> Delegate in the extensions should alleviate the problem
|
|
|
|
looks like the new System.Windows.Interactivity has some growing pains.
|
|