-
After switching to the Roslyn completion engine, completion grouping was lost, as the Roslyn engine does not yet have that feature (https://github.com/dotnet/roslyn/issues/19256).
> VS bug [#587450](…
-
_From @davkean on May 13, 2016 2:10_
While most projects don't need to upgrade from VS 2015 -> VS 15, we still have to handle project upgrade from earlier versions.
We basically need to fill out imp…
-
_From @davkean on March 24, 2016 17:6_
It would be great to be able to able select one or more references and paste them to another project. Clearly need to be a little smarter around NuGet packages …
-
related: https://github.com/dotnet/roslyn/issues/52661
both the new Editorconfig UI in VS 16.10 and the extension in this repo register editor factories to handle the editorconfig file type
- [r…
-
Are install.ps1 and uninstall.ps1 needed?
https://github.com/dotnet/roslyn-sdk/tree/b12057223f0b36a0bf1608418830d4675790d760/src/VisualStudio.Roslyn.SDK/Roslyn.SDK/ProjectTemplates/CSharp/Diagnosti…
-
In my unit test I am creating a substitute for [this](https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Base/Media/DrawingContext.cs) third-party public abstract class, which has only an…
-
Repro:
1. Set up 2 .NET Core projects: a library and a client.
2. Turn on reference assemblies in both (`true`).
3. Instantiate a type from the library in the client code and add the project refe…
jcouv updated
3 weeks ago
-
A change was made to this test in order for it to pass as part of the .net7 upgrade and needs to be verified by the compiler that it is correct. https://github.com/dotnet/roslyn/pull/60523/commits/3c…
-
It should just reference dlls and allow the roslyn host to load them. Right now, the extension (along with some others) cause my VS to not show quick info. :D
-
Hi! I've been making my own devicetree parser, analyzer and LSP in [dt-tools](https://github.com/axelkar/dt-tools). Maybe we could collaborate?
In the latest revision, it uses Logos for lexing (it'…