我目前在 Visual Studio 2010 中使用 NCrunch 1.48.0.5。
每次打开解决方案时,我都会发现 NCrunch 已禁用。如何打开解决方案并默认启用 NCrunch?
我目前在 Visual Studio 2010 中使用 NCrunch 1.48.0.5。
每次打开解决方案时,我都会发现 NCrunch 已禁用。如何打开解决方案并默认启用 NCrunch?
默认情况下,在从顶部菜单显式打开之前,NCrunch 将始终作为解决方案的禁用状态启动。
您可以通过从 NCrunch Visual Studio 菜单中选择启用来打开和关闭 Ncrunch。
可以强制 NCrunch 在启动时自动启用。您可以通过将“AutoEnableOnStartup”设置为 true 来执行此操作,例如
<SolutionConfiguration>
<AutoEnableOnStartup>true</AutoEnableOnStartup>
...
</SolutionConfiguration>
在 NCRUNCHSOLUTION 文件中,该文件与解决方案文件位于同一目录中,例如
YourSoultion.ncrunchsolution
可以在此处的文档中找到更多信息