@Jassim Al Rahma . thanks for the feedback, based on my test, I reproduced your problem.
I find that we need to do some special settings when we use c# documentation in other projects.
First, We could edit your TempMAUIClass.csproj to add the following tag in your propertygroup:
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>-> add it
</PropertyGroup>
Second, Please rebuild your project and check if you have the xml file in your output folder.
Third, Please Repeat steps one and two above for your project TempMAUIAppUsingClass
.
Finally, you could see the comment in the TempMAUIAppUsingClass project:
Best Regards,
Jack
If the answer is the right solution, please click "Accept Answer" and upvote it.If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.