In the properties of the Visual Studio project → Signing, I signed my project with a code signing certificate. However, in my team I am the only one who has a code signing certificate, although we are in an environment with several developers. When other developers try to "Start debugging", they receive the following message:
"cannot find a certificate matching the fingerprint of the project system"
Does anyone have any suggestions allowing them to debug their project, but only allow me to publish?
source
share