Will Fuqua
Will Fuqua
I've used @tusharsadhwani's branch in a small side project of mine, and it's working beautifully! It'd be good to get this merged. 👍
My understanding is that the Color Themes in visual studio have two parts: - Syntax highlighting (this repo) - GUI elements (menus, toolbars, etc) Would anyone be interested in a...
@benjaminsampica I've attached the theme, see the readme inside. [Dracula Visual Studio UI Theme.zip](https://github.com/dracula/visual-studio/files/4672170/Dracula.Visual.Studio.UI.Theme.zip) @epidemicz I'm happy to turn this into a PR if you'd like. It's one additional file,...
Yeah, this was a bit of struggle. The current approach results in "somewhat tolerable" performance (it can handle ~3000 characters in about a second), but it isn't really ideal. I...
It looks like the root cause in https://github.com/dotnet/sdk/issues/26026 is fixed as of .NET 6.0.303. I installed the latest version of .NET (6.0.400) and deleted my global.json workaround -- everything's working...
Thanks for opening this feature request! Out of curiosity, what's your specific use case for this, that's not covered by the dotnet global tool? If the use case is "running...
Thanks! I agree, this would be a great feature. I miss it from my time in Clojure. Implementation-wise, I think it'd make sense to use [MIEngine](https://github.com/microsoft/MIEngine/wiki/Offroad-Debugging-of-.NET-Core-on-Linux---OSX-from-Visual-Studio) and [netcoredbg](https://github.com/Samsung/netcoredbg). This is...
> It took me quite a while to realize that the NotSupportedException was caused by the default roslyn compiler Yeah, that took me quite some time to figure out as...
Just a brief description of the current state -- for the solution structure mentioned in the issue description: ``` ├►MySolution.sln └┬►MyClassLibrary.csproj ├►MyConsoleApp.csproj └┬►References: MyClassLibrary.csproj └►References: "nuget: Newtonsoft.Json" ``` Before #135,...
Thanks for the issue! There is some basic support for this in the current `main` branch (https://github.com/waf/CSharpRepl/pull/131), but it's not in a release yet. Right now the config file is...