-
Currently F# uses FSharpDocumentDiagnosticAnalyzer, which implements Roslyn's DocumentDiagnosticAnalyzer.
The goal is to replace this with LSP pull diagnostics.
-
To be consistent QueueBuildPolicy should take a CancellationToken
https://github.com/dotnet/roslyn-tools/blob/4ffedee20066f89c8be7a21d4580875f72a7d022/src/RoslynInsertionTool/RoslynInsertionTool/Rosl…
-
I haven't managed to get the dprint plugin to work in Rider. It works in IDEA without any problems.
In Rider, unlike in IDEA, I have to specify the dprint executable manually. That's fine.
When …
-
Riding on the back of #137 through some discussions with @hypervtechnics this is what we came up with.
## Terms
First let's define some terms we'll use across this document:
Term | Definition…
-
StrongInject is gaining the ability to build for both Roslyn 3.8 and 4.0 in the same package: https://github.com/YairHalberstadt/stronginject/pull/181. Another package that does the same thing is http…
-
Just wanted to say, I think this project is great! Would love to ship this as a VSCode extension from https://github.com/dotnet/roslyn-sdk someday!
-
Hi , last two weeks I run Roslynator cli 0.8.9 and it worked fine. However , its failed when I try to run it today.
I tried to upgrade to roslynator cli version 0.9.0 but still received the same err…
-
More of a git formatting rule but mentioned in http://channel9.msdn.com/Blogs/dotnet/github-for-the-roslyn-team
-
In version 2.0, we made the new Roslyn language server the default option. However, we acknowledge that this version doesn't yet offer all the features of the previous OmniSharp version. If you requir…
-
Type: Bug
I have the C# extension enabled on my VSCode insider editor and Extention host become unresponsive every time I do anything in the editor. VSCode becomes unusable until I disable this ext…