Closed
Description
As far as I can tell, the C# version of this project adheres to absolutely zero C# conventions of any kind - lowercased namespaces, camel case methods, getters instead of properties. If I wanted to write Java, I'd write Java. But I'm just naturally a rules person; it doesn't really matter. What does matter is that the C# code is also annotated with Javadoc syntax, rather than XmlDoc, and this means that tools designed to show documentation just show this library as having zero documentation.