Skip to content

Adding dotnet tool scoring #1

@pdevito3

Description

@pdevito3

This is scoring is really cool. I'd think that the criteria would be a little different for dotnet tools though versus a traditional library. Curious what you think of adding a scoring system in for tools?

To start, how would the command know what scoring mechanism to use? For me, two options come to mind:

  1. check the csproj for a <PackAsTool>true</PackAsTool> setting
  2. add a flag to the command (e.g. -t | --type that could take tool or library, defaulting to library if none is given). This seems okay, but Adding dotnet tool scoring #1 seems preferable

As far as what criteria to look at, I honestly don't know. I've only built one myself and would love to run something like this to learn more about what I should be doing 🙃

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions