Bernhard Richter

Results 179 comments of Bernhard Richter
trafficstars

The `--no-cache` option means that we don't cache anything related to the script execution and compilation. We currently don't pass that down to `dotnet restore`, but maybe we should?

I agree. It should be a separate flag indeed

Hi and thanks for reporting this. Are you able to reproduce this behaviour outside of Jupyter Notebook? Is this an integration that is hosted in a repo here on GitHub?

This would require a split between how we resolve the runtime/compilation dependencies. Today we use the same `project.assets.json` file for extracting both set of dependencies. The location of the `project.assets.json`...

I'm seing similar problems. Codelens having trouble displaying correctly if I navigate through files. From the OmniSharp Log `Received response for /v2/codestructure but could not find request.`

Hi @vermorel and first of all thanks for a great library. 👍😃. When it comes to DynamicMethod I suddenly remembered a tool I have used in the past. It is...

@devlead Thanks for reporting this. Looking into it

Could you try to bump your PowerShell version? https://stackoverflow.com/questions/32315616/the-term-invoke-webrequest-is-not-recoginzed-as-the-name-of-a-cmdlet

Could you try installing the Microsoft.PowerShell.Archive module? https://www.powershellgallery.com/packages/Microsoft.PowerShell.Archive/1.1.0.0

We would very much appreciate if you could take the time to debug this. Currently without access to a Windows 7 machine. If you install the PowerShell extension in VS...