Skip to content

Interim Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@thargy thargy released this 27 May 12:38
· 53 commits to master since this release

This is an interim release to allow some of the enhancements to be used in production code, unless you explicitly need anything listed here, we recommend using an earlier stable release.

  • 🆕 The GetHash and GetHashString extension methods now support an optional HashAlgorithm. (see #12)
  • 🐛 When using the configuration system in ASP.NET, particularly with async controllers the HttpContext.Current context does not always propagate to background threads meaning it may be null when tested. This can cause the active configuration to fail to load. (see #13)
  • 🆕 Added new blitting support, for optimal conversion of types to their corresponding byte data. (see #20)
  • 🐛 Fixed bug in WeakConcurrentDictionary (see #21)
  • 🐛 Fixed bug with ILMerge in Visual Studio 2015 Update 1 (see #23)
  • 🆕 Added the ability to manually call dispose on SqlProgram to allow for resources to be kept alive whilst streaming from the DB (see #24)

All packages are available on Nuget.