You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ionide + Paket has potentially a very nice story for scripting thanks in part to Paket's script generation feature. However, this isn't surfaced especially well in Ionide (indeed, many people don't even know about it). I would like to see a "all-in-one" script generation feature that would:
Prompt for a specific TFM (filtered by what's in dependencies file if possible)
Prompt for a specific group (if more than one in dependencies file)
Call generate-package-references in Paket to create reference scripts
Create an .fsx file which is pre-populated with a single line in it to #load the created reference script e.g. main.group.fsx
Open the script.
The text was updated successfully, but these errors were encountered:
Ionide + Paket has potentially a very nice story for scripting thanks in part to Paket's script generation feature. However, this isn't surfaced especially well in Ionide (indeed, many people don't even know about it). I would like to see a "all-in-one" script generation feature that would:
#load
the created reference script e.g.main.group.fsx
The text was updated successfully, but these errors were encountered: