mmanela / diffplex

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
Apache License 2.0
996 stars 183 forks source link

Enable Nullable Reference Types #46

Closed sharwell closed 4 years ago

sharwell commented 5 years ago

This is an experiment to test the support of Nullable Reference Types in projects targeting older versions of .NET Framework and .NET Standard. @mmanela if you are interested in having this merged, please let me know and I'll double check things and mark it ready for review.

mmanela commented 4 years ago

@sharwell This is cool. Does it change the public contract of the API I offer?

sharwell commented 4 years ago

@mmanela The only behavior change would be in ModificationData.cs. The rest of the changes would be considered documentation of the existing contract as opposed to changing it.