Skip to content

Fixed an issue with AddRange and RemoveRange not working

Compare
Choose a tag to compare
@stewienj stewienj released this 19 Dec 03:15
· 7 commits to master since this release
511e745
  • Fixed an issue where items added using AddRange couldn't be removed using RemoveRange as raised in #35
  • Updated the code to compile with .NET 8.0, made many small improvements
  • Fixed an exception being caused because not everything that implements IList<T> can be cast to IList
  • Updated all the nuget packages
  • TargetFrameworks are now set in a Directory.Build.props
  • nuget versions are now centrally managed in Directory.Pacakges.props