skip to Main Content

I add swagger to my asp.net project. there are a lot of warnings

the warning code is blank. so I cannot disable it through 1591. please help me

enter image description here

2

Answers


  1. Disable "XML documentation file"

    Login or Signup to reply.
  2. You can add to your code this line to suppress the warning:

    #pragma warning disable 1591
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search