thomasbruggink edited a comment on pull request #2364: URL: https://github.com/apache/thrift/pull/2364#issuecomment-808705328
Incorrectly in this case means it can't compile after generation: `RequestModel.cs(96,24): error CS0103: The name 'FoobarEnum' does not exist in the current context`. In other locations it does prefix the enum usage with the full namespace but when setting default values in lists or sets it does not. The `RequestModel` class in the description is from the new example in the test project. The same thrift file generates compilable code in Java. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
