Replies: 1 comment 3 replies
-
Definitely something I want to add, and even though its not on the README roadmap, I have it as a ticket on my, private, GitHub project that I use to track all the features I want to add which are too long to add to the README. For "Referencing other scripts" I meant a feature similar to the I was debating naming the file something like "Common" or "Shared" vs "My Extensions" as users can really add any common code there, not just extension methods. Another point to think about, is what if we make the "Common/Shared/My Extensions/" a folder, instead of a single file, where all scripts in that folder get included in all scripts. Yet a third point to mull on (while this example assumes we do a folder instead of a file, we still need to determine the best route even if we just do a common file): We'd need to determine how we'd handle 2 different common scripts referencing 2 different versions of the same NuGet package. Example: |
Beta Was this translation helpful? Give feedback.
-
I would like to introduce the feature extensions to NetPad like LinqPad does:
https://www.syncfusion.com/succinctly-free-ebooks/getting-the-most-from-linqpad-succinctly/linqpad-extensibility
Were you already working on it, or planning to add it when you mentioned in your road map "Referencing other scripts" ?
Is it something for NetPad? I did not look at all the code yet, but I was thinking about doing pretty much the same thing as LinqPad add provide an extension file that will be injected with the rest of the code aswell as being injected to OmniSharp
Beta Was this translation helpful? Give feedback.
All reactions