Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msbuild option for generating xmldoc file for content client / shared / server #28194

Closed
wants to merge 2 commits into from

Conversation

mirrorcult
Copy link
Contributor

need this for something secret (useful)

so i can dotnet build --property:RobustGenerateXMLDocFile=true and just have it work

@github-actions github-actions bot added the No C# For things that don't need code. label May 22, 2024
@Tayrtahn
Copy link
Contributor

It looks like just using <GenerateDocumentationFile>true</GenerateDocumentationFile> generates the file in the same place without needing to specify the path.

@mirrorcult
Copy link
Contributor Author

It looks like just using <GenerateDocumentationFile>true</GenerateDocumentationFile> generates the file in the same place without needing to specify the path.

this appears to be correct, meaning i can actually just dotnet build --property:GenerateDocumentationFile=true, so these PRs arent necessary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No C# For things that don't need code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants