schaveyt

Results 34 comments of schaveyt

@aigdonia would you find my suggested feature request helpful you how you work or is it more having to do with the tab (which would also be a great feature)

Looking at the log. I wonder if it has something to do with the fact that the MSBuildLocator is registering the old 16.9 rather than the new 17.0.0: ![image](https://user-images.githubusercontent.com/10182644/137603355-5e105b5c-356f-4c52-954f-c8ecd5d3467a.png)

Yup. I followed the advise of creating an `omnisharp.json` file in the root of the project and populating as described [here](https://github.com/OmniSharp/omnisharp-roslyn/issues/1094#issuecomment-907733500) et viola...it works! ~~~json { "msbuild": { "useBundledOnly": true...

I found my issue. I was running this from Windows 10 WSL Linux. It did not have chome installed which is what this error ulitmatley complains about. my fix was...

@IamPatrik did you find an alternative? I know of many other on the hunt for at least a client library for windows

This is a .NET library that .NET developer can use as a NETCONF client and issue NETCONF rpc commands https://github.com/sshnet/SSH.NET

@lzb949838390 __NOTE:__ When `electronzie build` is executed, it calls to generate a single-file, self-contained exe: ~~~bash dotnet publish ....... /p:PublishReadyToRun=true /p:PublishSingleFile=true --self-contained ~~~ By the looks of the exception, your...

@danatcofo How were you able to hack the main.js without it being overwritten. I fine the the main.js that is created in my obj/ folder but don't know where the...

Where can find this on my development PC? Or do I need to pull down the repo and do things that way?

With .net6 rc2, I also has to set my electron.manifest.json environemnt to `Development` rather than Production in order for the static assets to not report a 404.