Updated for VS2022.#103
Conversation
Fixed NuGet Packages and install-target details
Fixed NuGet packages, install targets, etc, to make the addon work with VS2022.
|
@tekmunkey as your pull request was not merged with the original project, I'm trying to build from your fork so I have a working extension. But I've never built a vsix project before. I'm using VS2022 and have the required feature for extension development. |
@agrath That's a whole other ugly mess that Microsoft created with VS2022. The problem isn't with this project, but with any VS2022 Extension built from the template with VS2022. I made this post to MS Q&A Forums while I was working on getting the original project to work. In the end, I literally had to load the project and let it throw all the errors it wants, then one-by-stinking-one go through absolutely every attached NuGet library. For each and every NuGet library so referenced, I had to remove what was there and then search for it to put it back in. In some cases you have to completely close VS2022 after removing a broken NuGet package, then re-open VS2022 before installing whatever is considered "the current version" of that NuGet package, then close VS2022 again and re-open it before uninstalling the next one. VS2022 is deliberately engineered to demoralize programmers in the First World. |
I have been enjoying this File Nesting extension since VS2015 or so, when my old one from VS2008 quit working! MS killed your existing one somehow with VS2022, and made it silly hard to update, but I got 'er done.
As of this pull request, open the solution in VS2022 and build the solution and you've got a working file-nest extension.