mmanela / diffplex

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

Move to IReadOnlyList #133

Closed SimonCropp closed 1 month ago

SimonCropp commented 1 month ago

avoid the array copy allocation of .ToArray()

drops net35 and net40. moves to net45