Using Nuget, I rolled back the Sendgrid API from 9.1 to 9.0.
When I build my project, I now get hundreds of warnings such as:
It still builds, but these warnings were not there previously.
I updated back to 9.1 but the warnings still persist. I'd like to get rid of them, but I'd rather not go through hundreds of files making irrelevant changes.
Does anyone know what happened when I rolled back the package, and what to do now to fix this issue?
Fixed, for some reason StyleCop
Nuget package was installed at some point during the rollback/rollup. Removed it from project and messages are gone.