如何在Visual Studio 2015中禁用实时编译 [英] How to disable real time compilation in Visual Studio 2015

查看:646
本文介绍了如何在Visual Studio 2015中禁用实时编译的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法在Visual Studio 2015中禁用实时编译?

Is there a way to disable the real time compilation in Visual Studio 2015?

每当我做出改变,在我的独立代码中产生涟漪效应时,它就会停止。错误列表更新甚至在保存我正在处理的C#文件之前,在输入时填充CS ****编译器错误。

It's grinding to a halt whenever I make changes that have a ripple effect throughout my dependent code. The error list updates even before saving the C# file I'm working on, filling it with CS**** compiler errors as I'm typing.

推荐答案

在visual Studio 2015中,转到工具选项编辑器 C#高级,并取消选中启用完整解决方案分析。这应该会停止你的问题,因为解决方案不会每次都检查,除非你建立它。

In visual Studio 2015 go to tools, options, text editor, C#, Advanced and uncheck Enable full solution analysis. This should stop your problem as the solution won't be checked every time unless you build it.

希望这有助于您

这篇关于如何在Visual Studio 2015中禁用实时编译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆