Eric Eskildsen
Eric Eskildsen
> I ended up doing something similar as @pieceofsummer said with `IServiceProvider`. > > ``` > public void Configure(IHubContext hub) { > GlobalJobFilters.Filters.Add(new CustomHangfireFilter(hub)); > } @MRMokwa Are you doing...
I'm running 7.3.2 locally and remotely and getting a similar error, which was marked as a duplicate of this issue in https://github.com/PowerShell/PowerShell/issues/18671: > Enter-PSSession: Connecting to remote server 108.61.242.20 failed...
Unfortunately that NuGet package extends `DbConnection` while the official one extends `IDbConnection`.
> @eeskildsen @hendrikgaffo Same issue here, did you find a solution? No, unfortunately. I ended up using a VM instead.
> Related pr is #241 Can be resolved temporarily by setting explicitly sqlite executable path to the bundled one. (set "sqlite.sqlite3": "bundled sqlite3 binary path" in settings.json (bin path is...
Workaround here: https://github.com/akveo/nebular/issues/340#issuecomment-1374832819