Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Despite having a huge test case, for the following IDL the *.Extensions.cs is not generated at all, leading to a compiler error due to the missing implementations at Three.
struct Foo { 1 : required string One 2 : required string Two 3 : optional list<string> Three 4 : optional bool Four 5 : optional string Five }
Workaround: Add an empty service definition to the IDL file.