Open-XML-SDK
Open-XML-SDK copied to clipboard
Enable nullable on tests
If the assembly under test has nullability enabled, it would make sense to do that for the corresponding unit tests, too. This way, you would more likely identify cases where nullability is incorrect. For example, see my other issue on nullabity of the MainDocunentPart.Document property, for example.
Originally posted by @ThomasBarnekow in https://github.com/OfficeDev/Open-XML-SDK/pull/952#discussion_r673708738