I'm using Visual Studio 2022, v17.0.4. I want to create new key for my assembly to strongly name it. According to documentation: "In the Choose a strong name key file box, choose Browse, and then navigate to the key file. To create a new key file, choose New and enter its name in the Create Strong Name Key dialog box".Docs
Can't find NEW button.
In old Visual studio it was quite easy but in new VS2022 can't find NEW button.
Please help!
sn.exe
tool with the-k
option to generate a new keypair (learn.microsoft.com/en-us/dotnet/framework/tools/…)? You'll need to run this from an elevated VS2022 Developer Command Prompt or PowerShell window. – Nuclidesn.exe
, then your question only concerns why the option to create a new signing key for a .NET Core/.NET 5+ assembly has been removed from Visual Studio 2022. I've seen your images, and I have run VS2022 myself and seen that the option you are looking for is indeed not there. Why it is not there is a question for the Visual Studio team, so you might like to try asking it at developercommunity.visualstudio.com/… instead. – Nuclide