You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.