I’m glad you found the documentation useful!
Single .NET Core project files (csproj or vbproj) could be built and successfully analyzed only if a
<ProjectGuid>unique guid</ProjectGuid>
element is added in the csproj or vbproj XML. The<ProjectGuid>
element is not required if you build a solution (sln) containing that project.
Please let us know if and how we could make our docs better