Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Office2016 support #586

Merged
merged 48 commits into from
Apr 2, 2019
Merged

Add Office2016 support #586

merged 48 commits into from
Apr 2, 2019

Conversation

twsouthwick
Copy link
Member

No description provided.

twsouthwick and others added 30 commits December 20, 2017 10:53
There were previously checks at multiple levels to get the schema level.
This change passes the FileFormatVersions object all the way through so
that the decision is done on whether there is a resource or not. In the
future, this will allow new versions with minimal code churn.
* Compact generated schema code (dotnet#450)

* Change format version to indicate lowest supported version for schemas (dotnet#452)

* Streamline initialization in OpenXmlPartReader (dotnet#454)

* Add tests for XmlConvertingReader and simplify code (dotnet#453)
Merge master into feature/office2016
@twsouthwick
Copy link
Member Author

@tomjebo

FYI the number changes in O*UnionHelper.g.cs, *.constraints, and *.restraints.xml are due to order differences by inserting properties in. They are calculated during the schema generation and can be considered "magic" numbers. Long term, we can hopefully remove them (I've some progress in removing dependency on them), but for now, it's still needed.

@tomjebo tomjebo merged commit ae79a43 into dotnet:master Apr 2, 2019
@twsouthwick twsouthwick deleted the o16 branch April 24, 2019 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants