Generate only fsx load scripts using paket.dependencies configuration
Open
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 2.1k
- Forks
- 528
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 54
Description
Description
Is it possible to generate only fsx load scripts using paket.dependencies configuration only?
If not, I think this should be possible.
Perhaps it could look like this:
generate_load_scripts: true
load_scripts_type: fsx
source https://api.nuget.org/v3/index.json
storage: none
framework: netcore3.1, netstandard2.1
nuget Amazon.Lambda
nuget Amazon.Lambda.AspNetCoreServer
nuget Amazon.Lambda.RuntimeSupport
nuget AWSSDK.DynamoDBv2
nuget AWSSDK.KinesisFirehose
nuget AWSSDK.Lambda
Known workarounds
Use the command-line flag --load-script-type fsx
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the existing --load-script-type fsx command-line option and the parsing of paket.dependencies configuration. Determine how load-script generation currently selects its type, then make the requested configuration produce only fsx load scripts and verify that the command-line workaround remains consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100