Service Fabric:使用刷新模式加快调试速度
Service Fabric: Use Refresh Mode for Faster Debugging
Service Fabric 团队在 blog post 中宣布,Service Fabric 现在在 Visual Studio 2015 年在 1 节点集群上调试时支持 刷新模式 预览版.
我刚刚从 Web 平台安装程序安装了新的 Service Fabric SDK,并且有一个 .Net Core Web 应用程序服务,我想尝试一下。
我还需要做些什么来为刷新模式配置 Service/Application 吗?我在 Visual Studio 中没有注意到任何新控件。我只能正常点击 Debug。
这是应用程序调试模式值中的一个新选项,位于 SF 应用程序项目的属性中。
(来自详细的发行说明文档)
由于 announce 关于 Visual Studio 2015 中刷新应用程序调试模式的说明如下:
In conjunction with ASP.NET Core integration support, we’ve added a new application debug mode to the Service Fabric Application project. Refresh Mode allows you to quickly iterate between writing code and debugging and supports edit and refresh for ASP.NET Core services, so you can now develop ASP.NET Core services in Service Fabric the same way you would outside of Service Fabric.
虽然LoekD已经指出了,但我也尝试安装了Azure Service Fabric 5.5和SDK 2.5,你可以找到Refresh Application (Preview)如下:
Service Fabric 团队在 blog post 中宣布,Service Fabric 现在在 Visual Studio 2015 年在 1 节点集群上调试时支持 刷新模式 预览版.
我刚刚从 Web 平台安装程序安装了新的 Service Fabric SDK,并且有一个 .Net Core Web 应用程序服务,我想尝试一下。
我还需要做些什么来为刷新模式配置 Service/Application 吗?我在 Visual Studio 中没有注意到任何新控件。我只能正常点击 Debug。
这是应用程序调试模式值中的一个新选项,位于 SF 应用程序项目的属性中。
(来自详细的发行说明文档)
由于 announce 关于 Visual Studio 2015 中刷新应用程序调试模式的说明如下:
In conjunction with ASP.NET Core integration support, we’ve added a new application debug mode to the Service Fabric Application project. Refresh Mode allows you to quickly iterate between writing code and debugging and supports edit and refresh for ASP.NET Core services, so you can now develop ASP.NET Core services in Service Fabric the same way you would outside of Service Fabric.
虽然LoekD已经指出了,但我也尝试安装了Azure Service Fabric 5.5和SDK 2.5,你可以找到Refresh Application (Preview)如下: