Just working out the issues since taking the 2010 Q1 release.
One item that preventing us from compiling our project after the 2010 Q1 update was the removal of the default constructor of the Telerik Style class?
So we had
Style ourStyle = new Style();
but that failed and we had to use
Style ourStyle = null;
Not a big deal, but why?
I do not see anything in the release notes referring to the breaking change, and removing the existing constructor resolved what?
I want to make sure we are not missing something larger and bring attention to a breaking change.
Thanks
Tim
One item that preventing us from compiling our project after the 2010 Q1 update was the removal of the default constructor of the Telerik Style class?
So we had
Style ourStyle = new Style();
but that failed and we had to use
Style ourStyle = null;
Not a big deal, but why?
I do not see anything in the release notes referring to the breaking change, and removing the existing constructor resolved what?
I want to make sure we are not missing something larger and bring attention to a breaking change.
Thanks
Tim