How to generate a new .pfx file after being lost from source control?
问题 I'm using GitHub to host an open-source Windows 10 app I'm developing. I accidentally gitignored my app's PFX file, so when I deleted my local copy and re-cloned the repo, I was left without a MyApp_TemporaryKey.pfx file. Now Visual Studio is complaining about this, and I'm unable to build the solution. How do I regenerate this file so I can run the app again? Thanks for helping. 回答1: Typically, missing .pfx file will only raise several Warnings in Visual Studio and it won't affect the