Make Nuget DependencyVersion property configurable
If pulling a nuget package into a query, Linqpad seems to use -DependencyVersion Lowest. This works fine, if the package dependencies are maintained properly, but often it fails.
If the public interface of the referenced package changes, but the package dependencies are not adjusted after an update, the package cannot be loaded in Linqpad.
An example is the Splat dependency of the ReactuveUi package.
It would be great to be able to set the DependencyVersion or update the referenced dlls.
1
vote
Peter
shared this idea