Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法在 VS 2015 Professional 中安装 Report Generator 插件。我想使用报告生成器并打开封面来获取代码覆盖率报告。如何安装报告生成器?
Visual Studio 中的报表生成器 Nuget
请在 Package Manager Console 的 Default project 的下拉菜单中选择一个项目名称:
如果下拉菜单为空,请检查您的解决方案中是否有项目打开(项目不应被卸载),否则,您的项目类型可能不支持 nuget,如SQL Server DateBase project. 您可以在解决方案资源管理器中右键单击您的项目,右键单击扩展列表中的 Manage NuGet Packages 选项应该是灰色的:
SQL Server DateBase project