i was using vscommands extension for vs 2013 to import .pfx key into project by simply right clicking on error and applying fix.
in vs 2015 i didnt find any extension to do that an i have to manully enter command
- sn -d keyname
- sn -i key.pfd keyname Sn.exe (Strong Name Tool)
is there any extension which can help to enter the password command easier ?
I would suggest that you can create a simple Menu Command to achieve it. here is a sample for your reference.
Please modify the StartNotepad method like this:
https://msdn.microsoft.com/en-us/library/cc138589.aspx