dotnet / dotnet/interactive-window
connect interactive window (repl) to entire project
Open
- Dominant language
- C#
- Stars
- 75
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way to navigate to a namespace and start using db or other server functions without having to include every dependency?
The Clojure repl allows you to call (in-ns 'my-db-namespace) and then I can call my database setup function. All dependencies are include when you navigate to the namespace. Currently, it looks like I have to include all .dlls when I am in a c# namespace. Is this feature possible? However, the Clojure repl compiles the program first before the interactive dev environment starts.
Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.