microsoft / microsoft/component-detection

Fix support for Paket on .NET ecosystem

Open
#1,404 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
553
Forks
135
Avg merge
20h 58m
Merged PRs (30d)
6

Description

I suggest that this library should support Paket.

Due to previous issues of NuGet, another OSS community-driven package manager has been existing in the .NET ecosystem: Paket. Paket is very popular and is used mostly in a) large scale C# projects, b) small scale F# projects.

The dependencies of a project using Paket are especially easy to detect: There is a paket.lock file in project root folder, and that has a list of all the used dependencies with version (and also transitive dependencies if needed), as the picture demonstrates:

Image

Contributor guide

Open the contributing guide

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 locating the component-detection entry points for project dependency files and compare how existing lockfile formats are handled. Use a representative paket.lock in the project root to define the expected direct and transitive dependency versions; done means Paket projects are detected with those dependencies reported.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
devtools, security
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.