fsprojects / fsprojects/Paket

Generate only fsx load scripts using paket.dependencies configuration

Open
#3,965 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.