Skip to content

5.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 17:25
  • Optimized ReferenceCountingSet (struct enumerator, internal struct tuples)
  • Restored MD5 hashing extensions (fixes: #72)
  • [Introspection] Native libraries are now unpacked to the default Aardvark cache directory with subfolders for each platform (fixes: #81).
  • [Introspection] Improved support for single file deployment. Fixed plugin loading and caching (fixes: #65).
  • [Introspection] Made assembly loading more robust for NET 8. If an assembly cannot be resolved the entry path is checked for the assembly file, making it possible to load assemblies by name that are not runtime or compilation dependencies (see also: Particular/Workshop#64).
  • [FSharp] Added RequireQualifiedAccess attribute to ProcListValue
  • [FSharp] Added RequireQualifiedAccess attribute to Tree
  • [FSharp] Added pin, pinArr, and NativePtr.Address
  • Added Stream.ReadBytes extension