Closed pepone closed 3 years ago
3.7 was not copying the Slice doc comment to the generated enum, so it didn't get the warning.
Fixed slice2cs to copy enum doc comments see https://github.com/zeroc-ice/ice/commit/156107d20268ac08e7bdd57d06ab9843f14e7295
The generated C# code places the doc comment in the wrong line, resulting in a warning
Got this with C# 4.0, we should check 3.7 too