Martin Björkström

Results 69 comments of Martin Björkström
trafficstars

@robgha01 is it only when debugging or does it also happen when running the script without debugging? Could you paste verbose log of what is happening (i.e. set `--Verbosity Diagnostic`)....

@robgha01 what happens if you move `#load nuget:?package=BlueLeet.Build` to the top in `build.cake`?

@robgha01 does it work when not using `Cake.CoreCLR`?

@SabotageAndi I've been thinking on creating a Language Server for Gherkin which implements LSP, basic features should be relatively easy by using same parser/compiler as SpecFlow is using (https://github.com/cucumber/gherkin-dotnet). By...

Cool! I see that you are using the OmniSharp extensions. I've created a small blog post on getting started with it [here](https://martinbjorkstrom.com/posts/2018-11-29-creating-a-language-server). In case you have any questions regarding the...

@Meir017 What version of Cake are you running? I'd expect that you are running something earlier than v0.22.0 by looking at how addins/tools are installed. Bakery uses Cake.NuGet 0.23 to...

> @bjorkstromm is this still relevant since we bumped to .NET 3.1/5/6? Dunno, need to verify if this is still relevant. There's no GAC anymore, and additional System.* libs should...

Please be aware that it's not really clear whether or not it's allowed to use the new LSP server outside of VS family editors. https://github.com/dotnet/roslyn/issues/68463

You mentioned using VS Code for debugging, you are the using **Cake.CoreCLR** and not **Cake**, am I correct? AFAIK, **Cake.ReSharperReports** and **Cake.AliaSql** are .NET 4.5 packages, and does not then...

Is a "Open In Browser" pulley menu item in Tweet view sufficient? I could take a look at it.