Hello Community,
I got a bunch of warnings that piled up in my project.
I am trying to analyse these warnings, cleanup them up, fix or suppress them if possible.
The most of my warnings are of type:
"Directory XXX contains YYY.dll but no debug symbols file was found"
I am sure we all see these from time to time, especially for libraries from Nuget packages, which makes sense because we don't get debug symbols for nuget packages.
But is there any concern with this warning?
Should we be doing anything about it? If not, why is it displayed.
Also how can we suppress it, because there is no warning code?
I am curious what other's are doing with this warning...
Thanks,
Roland