David McFarland
David McFarland
I'm just looking for feedback on this before I put any work into documentation/testing. First, allowing the location of `resolvconf` to be specified. This is to help with non-FHS systems...
I've been getting errors like: `{"Event":"log","Body":{"LogLevel":"ERROR","Name":"OmniSharp.MSBuild.ProjectLoadListener","Message":"Unexpected exception got thrown from project load listener: System.NullReferenceException: Object reference not set to an instance of an object\n at OmniSharp.MSBuild.ProjectLoadListener.GetSdkVersion (OmniSharp.MSBuild.Notification.ProjectLoadedEventArgs args) [0x0000b] in...
This is probably easiest to explain by showing the test I wrote: https://github.com/corngood/NRefactory/commit/c35584b934fb198a219321b2b54b4f492dd7bd9f This test will take an extremely long time to complete, and scales non-linearly with the number of...
### Describe the bug I'm attempting a source build of the dotnet sdk, which includes this package. I'm on a arm64-darwin machine, where the current culture is `en-DE`. I've reproduce...
Apologies if I'm misunderstanding something, but shouldn't there be a tag here for `v8.0.201`? I'm trying to track down the corresponding source. There seem to be tags for all other...
I've been using [omnisharp-roslyn](https://github.com/OmniSharp/omnisharp-roslyn) with [lsp-mode](https://github.com/emacs-lsp/lsp-mode), on a pretty big project: - 128 project files - 7516 c# source files My editor will frequently lock up for a very long...
Program.cs ```csharp namespace A { public class B { object a = new(); #if !X #endif public void A() { foo(); } } } ``` .editorconfig ``` root = true...
I'm no longer able to reproduce this on windows 10 1803, so it's possible that it was fixed at some point.
We've got two Ryzen systems in our office, and both of them have been having intermittent crashes in cmd.exe. Sometimes this will take down an interactive shell, sometimes a subshell,...
Apologies if this is the wrong place. It's a strange issue, and I'm not even sure if this is the bridge being used to access this room: I'm looking at...