You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 | --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 🙃
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:
<PackAsTool>true</PackAsTool>setting-t | --typethat could take tool or library, defaulting to library if none is given). This seems okay, but Addingdotnet toolscoring #1 seems preferableAs 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 🙃