Support inline references for script packages
See original GitHub issueIt would be great to support inline load of a package like https://www.nuget.org/packages/simple-targets-csx/.
It’s a CSX package so it contains script files that should be #loaded
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:53 (26 by maintainers)
Top Results From Across the Web
Support inline references for script packages · Issue #156
The PackageReference element already supports content files and it includes files matching, e.g. contentFiles/cs/any/*.cs in the project ...
Read more >dotnet-script 0.11 out – with inline Nuget support
It is the recommended way of referencing Nuget packages in the future. project.json references are still supported but should be avoided.
Read more >Run a script step | Documentation and Support
Script Step Package References. Package references can be added regardless of whether the script is sourced inline or from a package.
Read more >Inline scripts
Enable users with coding experience to write inline scripts that set and modify input values during the configuration of an action or flow....
Read more >4.6 Generate R package citations | R Markdown Cookbook
4.6 Generate R package citations. To cite an R package, you can use the function citation() from base R. If you want to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Incidentally, I’ve just released https://www.nuget.org/packages/simple-targets-csx/6.0.0 which has it’s csx files in
contentFiles/csx/any
.Closing this since we now have basic support for script packages. We can take further discussion in another issue when needed 👍