Riley van Hengstum
Riley van Hengstum
I would like to use this, but somehow installing the NuGet package adds a lot of duplicate references to my projects for system packages such as `System.Collections`, `System.ComponentModel`, etc. Using...
The way this library works now is that the `DbContext` instances are disposed when the root `DbContextScope` is disposed. I'm using this library in an OData Web Api project. The...
Is there a reason the latest version (v2.0.0) dropped netstandard1.3 support? The github page still mentions netstandard1.3 support.
Is there some way to reload the current page from JavaScript while keeping the current scroll position? This is what I do now: `spf.navigate(window.location.href);` but this doesn't retain the scroll...