Will Fuqua
Will Fuqua
Thanks for raising this, and for the kind words! Yeah, naming things is hard. I tried to avoid naming conflicts with the many other REPL projects out there, and also...
There does not appear to be any sort of install/uninstall script support for global tools (see https://github.com/dotnet/sdk/issues/10304), which makes supporting this a bit tricky. It's simple enough to create this...
Until there's something more actionable here (e.g. figuring out a way to [un]install scripts or aliases), I've added the above information in the README to help others, in commit 75728d9....
Related https://github.com/waf/PrettyPrompt/issues/39
This analyzer is available in .NET 7 now, but to get it to work I needed to explicitly enable it in my `.editorconfig`: ```ini dotnet_diagnostic.CA1851.severity = warning ```
I spent some time looking into this, and ultimately we're blocked on https://github.com/NuGet/Home/issues/7304 / https://github.com/NuGet/Home/issues/5643. There's a very promising looking `SourceCacheContext.IgnoreFailedSources` property available to us, but the underlying NuGet APIs...
Closing this, not planning to change the tool name now. The aliases provided in this thread (and also put in the readme) can cover this.
We now have a much nicer visual dump of objects (still triggered via Ctrl + Enter), courtesy of @kindermannhubert. I think we can close this issue now. It looks like...
We don't have a specific, versioned system for this, but we do generally try to roll forward to whatever the latest .NET version is, and enable preview features. Primary constructors...
This would be incredible to have. It would allow us to expose public methods that accept an `Expression` parameter and the compile it into a larger Light Expression. So the...