Martin Björkström

Results 47 comments of Martin Björkström

@NikiforovAll sounds like you have a great plan! 👍 looking forward to your PR. Please note we already have a dependency on the NuGet Client libs, so we can easily...

Isn't that basically same as `package.lock.json` or `project.assets.json`? This project currently parses `project.assets.json` to get the data to display.

Or are you looking for another structure?

Thanks @jp311 for reporting this. This is something that probably requires a fix upstream for Gui.cs.

Might be similar to https://github.com/dotnet/cli/issues/9396

Created branch [here](https://github.com/cake-build/cake-vs/tree/feature/omnisharp-lsp-integration), still very WIP, but it works 😉

> @mholo65 am I right in saying that if we proceed with this, it would be done via the Cake LSP? > > Just thinking about updating the issue title...

@agc93 I’ve submitted a fix to OmniShatp here https://github.com/OmniSharp/omnisharp-roslyn/pull/1503, once that’s merged, you can get the latest OmniSharp bits from the blob and try this out agan.

@dv42 you should use in-process NuGet, which is enabled by default in Cake 0.25.0 and newer. That will not require `nuget.exe` for installing addins or tools. See [docs](https://cakebuild.net/docs/fundamentals/default-configuration-values#in-process-nuget-installation) for more...

@vijaygill thanks! /cc @patriksvensson this is what we discussed.