Skip to content

SQL LocalDB Wrapper v1.15.0.0

Compare
Choose a tag to compare
@martincostello martincostello released this 03 Jun 13:07

SqlLocalDb v1.15.0.0

Changes

  • The assembly now targets .NET 4.0 instead of .NET 3.5 SP1.
  • The HRESULT values from the SQL LocalDB Instance API logged in error messages are now formatted as hexadecimal values.
  • A warning is logged if the configured version of the SQL LocalDB Instance API to load instead of the latest version cannot be found.
  • Fixed TemporarySqlLocalDbInstance so it no longer throws an exception when disposed if the temporary SQL LocalDB instance could not be stopped or deleted.
  • The internals now use the Windows LoadLibraryEx function instead of LoadLibrary.