I have 20 projects in my .SLN file. I run my unit tests through Test Explorer and generate code coverage. Only eight projects are displayed in the coverage (see. Screenshots). I use the runsettings file in which I commented on the contents of all the <exclude> tags, for example:
<PublicKeyTokens> <Exclude> </Exclude> </PublicKeyTokens>
I canβt understand why the other 12 projects are not shown in the coverage results. Any ideas?
Draft Solutions :

Code coverage results :

source share