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
With the new functionality that is provided by AddinDiscoverer to update and maintain the YAML files on the Cake Website, I think we have to start thinking about detecting duplicate addins.
The second is clearly a duplicate of the first, and as such, I don't think it should be included. Ideally, this would be flagged, with an action for someone to follow up to try to figure out what is going on.
The text was updated successfully, but these errors were encountered:
By the way, the example you gave (Cake.Aws.ElasticBeanstalk vs Cake.Aws.ElasticBeanstalk.Dev) would be avoided if we excluded prerelease packages since Cake.Aws.ElasticBeanstalk.Dev is marked as prerelease.
With the new functionality that is provided by AddinDiscoverer to update and maintain the YAML files on the Cake Website, I think we have to start thinking about detecting duplicate addins.
For example, we have this:
https://www.nuget.org/packages/Cake.Aws.ElasticBeanstalk/
and this:
https://www.nuget.org/packages/Cake.Aws.ElasticBeanstalk.Dev/1.3.4-Dev
The second is clearly a duplicate of the first, and as such, I don't think it should be included. Ideally, this would be flagged, with an action for someone to follow up to try to figure out what is going on.
The text was updated successfully, but these errors were encountered: