The cake-contrib organization has a process that runs twice every day to discover and audit all Cake addins. Unfortunately, this automated process is currently unable to audit Cake.ClickTwice. The reason is that there are multiple .sln in this repo and the the audit process doesn't know which solution file it should parse therefore it picks one at random. In this case, it picks ClickTwice.Handlers.sln which contains references to projects that don't seem to exist (maybe they were renamed or deleted).
I don't know the reason why you have this solution file in your repo so I don't know how important this file is, but I'm going to guess that you don't need it anymore and you could simply delete it. Makes sense?
The cake-contrib organization has a process that runs twice every day to discover and audit all Cake addins. Unfortunately, this automated process is currently unable to audit
Cake.ClickTwice
. The reason is that there are multiple.sln
in this repo and the the audit process doesn't know which solution file it should parse therefore it picks one at random. In this case, it picksClickTwice.Handlers.sln
which contains references to projects that don't seem to exist (maybe they were renamed or deleted).I don't know the reason why you have this solution file in your repo so I don't know how important this file is, but I'm going to guess that you don't need it anymore and you could simply delete it. Makes sense?