-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Load/Save As a csx File #248
Comments
That is an interesting feature, and it would be pretty cool. But it also introduces a few question on how to support things like:
The solution for points 1 and 3 could be publishing the That being said, there are 2 features that are currently cooking:
Do you feel that these features would satisfy your use case or are you more after a csx specifically? |
I didn't realize that command line execution was an in-testing feature and for all practical purposes that covers my use cases. I hope that 'dotnet tool install' support will be available but regardless I'm excited about the feature and excited it is coming soon - Thank You! I do think that one reason to still consider some level of csx support at some point is that there is value in having an open format that multiple programs can work with at least for 'simpler' code. NetPad cross-platform and command-line will be kind of unbeatable - but I would love to also be able to fall back to dotnet-script/Roslyn Pad (and maybe LinqPad, and others, in the future?) and/or also know that anyone who wants to edit the file has some choice in tooling. |
Yes adding I hear you about Supporting opening LINQPad query files in NetPad was requested a few times and it's definitely something I'll be exploring. Shouldn't be too bad (I think). |
I am fairly sure that it is not reasonable to support all of NetPad's features via csx files - and it is not reasonable to support all csx file features in NetPad - but regardless of that I think it would have huge value to be able to seamlessly load csx and save csx files to run on the commandline.
It is VERY worth noting that I am not a hardcore csx user (I find the sweet spot to be fairly simple csx files) and not a hardcore NetPad user - but for my fairly simple usage and expectations I think the main two issues are:
Of course if there are already features supporting this that I have missed please let me know...
The text was updated successfully, but these errors were encountered: