How to find 'masked' assertions in MS Code Contracts

后端 未结 2 390
北荒
北荒 2021-01-02 03:44

I have the following Message-level entry in my Error List from CodeContracts:

CodeContracts: Checked 410 assertions: 404 correct (6 masked)

I can\'t

2条回答
  •  遥遥无期
    2021-01-02 04:05

    It's simple, in your project properties>Code Contracts>Static Checking> put the warning at "hi".

    Now ccCheck made more warning.

    Bye.

提交回复
热议问题