Gauthier Segay
Gauthier Segay
@NightWatchman I'm not sure if you are aware of `storage: none` option in `paket.dependencies` and also if your project may be dependent on the nuget packages landing in ./packages/. If...
@aggieben FYI, this is the logic to find it: https://github.com/fsprojects/Paket/blob/eac93a466a2ed15c5b8bae3ad00e41d1dabc68f2/src/FSharp.DependencyManager.Paket/ReferenceLoading.PaketHandler.fs#L169-L213 maybe you could try to execute the same logic in your environment and come up with a patch for the...
I think the reason it fails is that a version which has a `-` will give a Choice2of2 in a list, which will put it before any other version which...
I'll try to fix it, thanks for the report @aggieben!
Thanks @KevinRansom and hit me up if anything. It would be good to have @KathleenDollard & all think about end user experience (I know the prospect of extensions as powerful...
@dsyme, it does work the same as the Nuget extension (the .dll of an extension should be next to it), this is the spec for now, and `--compilertool:` is used...
Current status:  I am forced to recompile the extension locally with each release/update of VS and there are 3 or 4 locations to put it, to get it to...
@dsyme, questioning the "impact: low", it is like there is not much interest in seeing the extension mechanism being put into use, or that `#r "nuget: "` is all that...
@dsyme, thanks for sharing your standpoint. Regarding paket activity, it is in maintenance mode, but I doubt it goes away, and it is widely used, even with dotnet SDK (and...
@jaredpar I've faced similar warnings, and the MSBuild output makes it hard to figure out which is the target framework that the message applies to. Do you happen to know...