I recently finished the first part of a C# project, windows forms application, all works fine, it’s just when I run code analysis, (visual studio 2015), is throws up lots of warnings.
Questions:
Why are these warnings not shown on normal debugging?
Is it advisable to spend, (what would be a lot), of time solving these warnings? and why as the project works?
If question 2 is true, is there a quick reference document, that can assist in the many warnings and there meanings?
I went through microsoft documentation, but very time comsuming.