This question is locked. New answers and comments are not allowed.
Opening a post to centralize feedback.
First, I would like to thanks the Telerik team about this tool, which look very great for performance improvements.
Bug :
-> Firsts tests give me an exception about unfindable type 'ColorToBrushConverter', with a XamlParseException on InitializeComponent, when I run my SilverLight control after being minified.
As this word didn't exist in my solution, I suppose this class is used in telerik assembly or theme (I'm using Windows7 telerik theme), and removed by the Xap minifier.
Feature Request :
-> Analyzing zip file containing a build output, instead of a xap file.
For an example, an output build with
- MyControl1.xap
- MyControl2.xap
- Telerik.Windows.Controls.zip
I've two silverlight control, using the "Reduce xap size by using application library caching". Both of them are referencing controls of the telerik.windows.controls.zip
Analyzing the whole folder enable you to take care about the library caching mechanism,
Additionally, it enable you to parse multiple xap file in order to search in for multiple dependencies (in example, MyControl1.xap use a telerik control and MyControl2.xap use another telerik control). So the minifier can output a minified Telerik.Windows.Controls.zip, taking care for all developer controls dependencies.
Yes this is advanced feature, but I think nothing is impossible for you :p
Thanks for your work !
First, I would like to thanks the Telerik team about this tool, which look very great for performance improvements.
Bug :
-> Firsts tests give me an exception about unfindable type 'ColorToBrushConverter', with a XamlParseException on InitializeComponent, when I run my SilverLight control after being minified.
As this word didn't exist in my solution, I suppose this class is used in telerik assembly or theme (I'm using Windows7 telerik theme), and removed by the Xap minifier.
Feature Request :
-> Analyzing zip file containing a build output, instead of a xap file.
For an example, an output build with
- MyControl1.xap
- MyControl2.xap
- Telerik.Windows.Controls.zip
I've two silverlight control, using the "Reduce xap size by using application library caching". Both of them are referencing controls of the telerik.windows.controls.zip
Analyzing the whole folder enable you to take care about the library caching mechanism,
Additionally, it enable you to parse multiple xap file in order to search in for multiple dependencies (in example, MyControl1.xap use a telerik control and MyControl2.xap use another telerik control). So the minifier can output a minified Telerik.Windows.Controls.zip, taking care for all developer controls dependencies.
Yes this is advanced feature, but I think nothing is impossible for you :p
Thanks for your work !