During software development, sometimes we would like to do something with the assemblies like reading information such as description, copyright or comment from project to make custom documentation… I know that is very easy to read attributes from assemblies with help of Assembly but I have a small problem when I try to read comments… Continue reading C# – Read Metadata Description, Copyright and Comment from assembly