I've got an application that has hundreds of plugins available as Nuget packages in a private repo.
The application's "Plugin Search" feature relies (in part) on embedding some metadata about each plugin's respective features in the package's <Tags> field.
My goal is to automatically populate each package's <Tags> at build time, based on reflecting over the types defined in the package's project.
Has anyone accomplished this trick of programmatically editing the nuget package properties?
I'm using sdk-style projects, dotnet 8, vs2022