-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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:
- check the csproj for a
<PackAsTool>true</PackAsTool>setting - add a flag to the command (e.g.
-t | --typethat could take tool or library, defaulting to library if none is given). This seems okay, but Addingdotnet toolscoring #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 🙃
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels