Skip to content

1.3.0

Compare
Choose a tag to compare
@ByronMayne ByronMayne released this 15 Nov 00:33
· 73 commits to master since this release

Assembly Caching Changes

The embedded assemblies are no longer cached on disk, instead they are pull right from memory. This avoids the following problems that kept happening

  1. While working on generators in Visual Studio it would hold a lock on the dlls and stop them from updating
  2. File.IO is slow and it takes time to unpack, that is no longer and iassue
  3. The cached unpacked assemblies were hard to invalidate