I just opened an existing project in VS2015, and although it is completely built in VS2013, now I get errors like CS3002. The return type is not compatible with CLS in VS2015.
I checked the properties of the project, and “Enable code analysis on assembly” was not checked, and looked at the changes in VS2015, but I can’t see for life why these errors occur. Has something changed in Visual Studio?
source share