jeremy-allocate
jeremy-allocate
Would love to see this get merged soon. We do all of our serilog config through appsettings and I need to use Serilg.Exceptions.EntityFramework to make sure the Entities collection on...
I'm chasing this same issue, and here it seems specific to certain projects. I can remove a necessary using from a class in one project, and quick fix menu to...
Could someone on the omnisharp dev team please confirm that this is not an abandoned project? There have been no major bug fixes in 2024 from what I can see...
Thanks for the invitation and the response @JoeRobich, much appreciated. I do have reason to be invested in the continued development of O#, so I'll see if I can scrape...
Just confirming that I was able to download the latest version and that it resolves the "quick fix" issue I was seeing! O# log has the following errors, but they...
Looks like I may have spoken too soon @JoeRobich. I and others on my team have continued to see the Quick Fix menu fail in Razor projects, but not as...
At the very least it'd be good to see the built-in roslyn language server detect unused usings (CS8019). This is a pretty big gap compared to O#.
@JoeRobich should that be opened in this repo, or https://github.com/dotnet/roslyn, or https://github.com/dotnet/roslyn-analyzers?
Done, https://github.com/dotnet/vscode-csharp/issues/7416.
@arkalyanms I'd like to recommend an extension I currently maintain called [C# Organize Usings](https://marketplace.visualstudio.com/items?itemName=jeremycaron.csharp-organize-usings). I forked [csharp-format-usings](https://marketplace.visualstudio.com/items?itemName=gaoshan0621.csharp-format-usings), fixed all the bugs that were causing me issues with it, and just...