Ashish Gupta
Ashish Gupta

Reputation: 15139

Open XML SDK 2.0 breaking changes between 2.0.3920.0 and 2.0.5022.0

I have a project which is using DocumentFormat.OpenXml.dll 2.0.3920.0. However, I want this to be upgraded to the 2.0.5022.0 from here. Note that there is change only in the revision number of the version. I removed the older reference and added the new one and It compiles fine. However, I need to know If there are any runtime breaking changes in the new version and I am not able to find the same after some hours of searching. Sure, I should (and would) test all the functionalities. However, just wanted to know If anybody is already aware of any breaking changes.

Upvotes: 0

Views: 545

Answers (2)

Medinoc
Medinoc

Reputation: 6608

Several values, such as FontSize, have changed their type from UInt32Value to StringValue. BooleanValues has been removed: LatentStyleException, renamed to LatentStyleExceptionInfo, new uses the type OnOffValue which is implicitly convertible from Booleans.

Upvotes: 0

salgo60
salgo60

Reputation: 967

I got some errors upgrading I will come back if there is a problem!?!?!

Upvotes: 1

Related Questions