Dou-file members containing only lower case letters will result in an C# compile error. This is due to a name conflict where a property (c# getter/setter) and a private variable will get the same names.
When fixing this, also check if the bug applies to properties and parameters.
This will be solved in Rockefeller branch, and will be part of the 6.0 release of Core.
Fixed for 6.0