fsprojects / fsprojects/SyntacticVersioning
Allow source to be a nuget package
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 47
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Description
I'd like to be able to use a previously published nuget package instead of having a dll locally. We could solve this one a few ways.
- specifying the nuget url
- another switch type with just a name of a package and version
Known workarounds
Download the nuget package outside the tool on to your local machine
Related information
- Operating system
- Branch
- .NET Runtime, CoreCLR or Mono Version
- Performance information, links to performance testing scripts
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
No files or tests are named. Start by tracing how the tool currently accepts and resolves a local DLL, then determine whether package URLs or package name/version inputs are supported by the command-line entry point. Done means a previously published NuGet package can replace a local DLL and the chosen input behavior is covered by verification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100