Replies: 1 comment
-
One note is that tools bundled into the .NET SDK must be source-buildable - meaning they and all of their dependencies must be build able via the mechanism described in the dotnet/source-build repo. This makes it simple for anyone to build a distribution of the SDK and tools. Practically, what it means is that there's a pretty high bar to bring in dependencies, and all of these tools use many dependencies to make the actual terminal interactions easier/prettier/more user friendly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems C# repl is quite pleasant to use from terminal with nice colorization, IntelliSense and colors... maybe interesting if it could be possible to reuse some of this stuff or "PLUG IT" to F# dotnet fsi REPL ?
https://www.youtube.com/shorts/CJpjjPlI0ss
https://github.com/waf/CSharpRepl
https://github.com/jonsequitur/dotnet-repl ---> also nice, thought C# repl seems to have more features...
Beta Was this translation helpful? Give feedback.
All reactions