JasperFx / baseline

Grab bag of generic utilities and extension methods for .Net development
Apache License 2.0
110 stars 21 forks source link

Unable to install version 1.4 from Nuget #11

Closed ganeshan closed 7 years ago

ganeshan commented 7 years ago

image I tried installing Marten from NuGet, the install did not succeed due to its dependency on baseline. When I tried installing baseline the error message, as shown above, was observed.

jeremydmiller commented 7 years ago

@ganeshan You're going to have to provide a lot more information than that. What .Net version are you targeting, what Nuget client, etc. Otherwise this isn't going to be actionable in any way

ganeshan commented 7 years ago

@jeremydmiller ,I created a console app in Visual Studio, set the Target Framework to

Attempting to gather dependency information for package 'Baseline.1.4.0' with respect to project 'Baseline', targeting '.NETFramework,Version=v4.5.2' Gathering dependency information took 350.99 ms Attempting to resolve dependencies for package 'Baseline.1.4.0' with DependencyBehavior 'Lowest' Resolving dependency information took 0 ms Resolving actions to install package 'Baseline.1.4.0' Resolved actions to install package 'Baseline.1.4.0' Retrieving package 'Baseline 1.4.0' from 'Public Feed'. Retrieving package 'System.Reflection.Extensions 4.3.0' from 'Public Feed'. Adding package 'System.Reflection.Extensions.4.3.0' to folder 'D:\apps\baseline\packages' Added package 'System.Reflection.Extensions.4.3.0' to folder 'D:\apps\baseline\packages' Added package 'System.Reflection.Extensions.4.3.0' to 'packages.config' Successfully installed 'System.Reflection.Extensions 4.3.0' to Baseline Adding package 'Baseline.1.4.0' to folder 'D:\apps\baseline\packages' Added package 'Baseline.1.4.0' to folder 'D:\apps\baseline\packages' Added package 'Baseline.1.4.0' to 'packages.config' Successfully installed 'Baseline 1.4.0' to Baseline Executing nuget actions took 824.69 ms That worked

jeremydmiller commented 7 years ago

So is there a real issue here? I wouldn't have any clue about what Linqpad is doing with Nuget.

jeremydmiller commented 7 years ago

I think we're past the nuget woes