Missing XML comment for publicly visible type or member

前端 未结 16 2296
甜味超标
甜味超标 2020-11-30 17:16

I am getting this warning: \"Missing XML comment for publicly visible type or member\".

How to solve this?

16条回答
  •  眼角桃花
    2020-11-30 17:24

    Setting the warning level to 2 suppresses this messages. Don't know if it's the best solution as it also suppresses useful warnings.

提交回复
热议问题