mithrandyr / SimplySql

PowerShell module for querying various SQL databases
MIT License
197 stars 31 forks source link

Target .NET standard 2.0 to support PS 5.1 & 7+ #117

Closed mithrandyr closed 1 year ago

mithrandyr commented 1 year ago

This involves splitting apart the cmdlets from the underlying engine in order to abstract the provider DLLs from the standard powershell load context (to be able to intercept the assembly resolve event and handle loading the particular DLLs that need to be loaded).