Skip to content

trevorprinn/XmlDocRinse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XmlDocRinse

Command line app to remove internal information from XML documentation files produced by Visual Studio.

The XML documentation produced by Visual Studio to provide Intellisense about an assembly includes information about classes, methods etc. that are not exported from the assembly. This is useful for someone who is working on the assembly, but not necessarily a great idea when the assembly is being distributed. This program looks through the assembly and removes items from the XML file that aren't exported.

To run it, use

XmlDocRinse assembly-filename [xml-filename]

for example

XmlDocRinse Babbacombe.Logger.dll

It creates a backup of the original xml file.

About

Command line app to remove internal information from XML documentation files produced by Visual Studio.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages