How do I use OpenCover and ReportGenerator to view Unit Test Coverage Results?

you do not need to add these to particular project I use report generator and open cover to generate test coverage results too. This is the script I use to generate the codecoverage using opencover “C:\Program Files (x86)\OpenCover\OpenCover.Console.exe” -register:user -target:”C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\mstest.exe” -targetargs:”/noisolation /testcontainer:\”C:\\bin\Debug\.dll\” /resultsfile:C:\Reports\MSTest\.trx” -filter:”+[]” -mergebyhash -output:C:\Reports\MSTest\projectCoverageReport.xml Note that if your … Read more

What is the difference between using Full and Portable for .net core projects?

The difference is that the “full” type emits a classic windows PDB symbol file which is complex and poorly documented. The “portable” PDB format is a new open-source format that can be created and used on all platforms. You can read more information on this format at it’s documentation on the dotnet/core repo. It has … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)