开发者

Is it possible it see the progress of the Code Contracts static analyzer?

开发者 https://www.devze.com 2023-03-27 22:57 出处:网络
The static analyzer takes a long time to run. This is understandable, it is doing a lot of work. But while it runs in the background, it is difficult to tell what is going. Is the static analyzer runn

The static analyzer takes a long time to run. This is understandable, it is doing a lot of work. But while it runs in the background, it is difficult to tell what is going. Is the static analyzer running? Did it run into some problem the prevented i开发者_如何学Pythont from completing? How close to completion is it?

Is there any way to see progress (or at the very least, a message that says "the static analyzer is currently running) for the static analyzer?


When you want more output in the output window in Visual Studio.

Use -show progress in the Extra Static Checker Options under the Code Contracts Tab.

All available options: http://pastebin.com/pgV1gE2f

You can get this output with the option /?.


Yes, check the output window in Visual Studio.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号