- Full support for AOT and trimming
- Breaking change: Deprecated
Singulink.Collections.Abstractions
package. Types have been merged into the mainSingulink.Collections
package - Performance improvements to
ListDictionary<,>.ValueList
andHashSetDictionary<,>.ValueSet
- Documentation updates
- Breaking change:
AsTransient()
methods on value lists and value sets was renamed toAsTransientReadOnly()
- Removed support for end-of-life .NET and .NET Framework runtimes with a build warning if used on an unsupported runtime
- Minor memory usage/GC pressure/performance optimizations
- Full support for AOT and trimming
- Documentation updates
- Removed support for end-of-life .NET and .NET Framework runtimes with a build warning if used on an unsupported runtime
- Minor memory usage/GC pressure/performance optimizations
- Minor bug fix to validation of
AutoCleanAddCount
property setters inCollections.Weak
(thanks @procudin!)