Currently I'm getting CA0055 and CA0052 code analysis errors (both with Visual Studio 2017 and also by using MSBuild command) after configuring ASP.Net Core 2.0 application with custom code analysis ruleset which are defined for our projects. Tried different ways to resolve these errors by going through different solutions provided, but there was no luck. Please help us in resolving these code analysis errors...
Following are the error details
MSBUILD : error : CA0055 : Could not identify platform for 'D:\Source\Temp\WebClient\Business\bin\Debug\netco reapp2.0\Business.dll'. [D:\Source\Temp\WebClient\Business\Business.csproj] MSBUILD : error : CA0052 : No targets were selected. [D:\Source\Temp\WebClient\Business\Business.csproj] Code Analysis Complete -- 2 error(s), 0 warning(s)
Thanks, Venu Madhav.