Visual Studio 2017 Won't run Custom Tool in .NET Standard Library

独自空忆成欢 提交于 2019-12-12 20:27:16

问题


I'm porting all my development to Visual Studio 2017. I made heavy use of Portable Libraries in 2015, but it appears that .NET Standard is the way to handle cross-environment issues going forward. I've got a single file code generation extension that I've upgraded. In Visual Studio 2017, it works great against the traditional .NET libraries and portable libraries, but it doesn't work with the new .NET Standard library I'm trying to build. I'm happy to consider that I've done something wrong, but the GITHUB example doesn't work either:

https://github.com/Microsoft/VSSDK-Extensibility-Samples/tree/master/Single_File_Generator

Anyone know why Visual Studio extensions (at least code generation extensions) don't work on this project type?

来源:https://stackoverflow.com/questions/44616852/visual-studio-2017-wont-run-custom-tool-in-net-standard-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!