SvenRoederer opened a new pull request, #2993: URL: https://github.com/apache/thrift/pull/2993
The ending ";" was missing when creating instance of class which caused a syntax error. This was introduced when adding .net8 support (4115e952b5bed2887113af053b63acd3a03c6e19) example of generated broken code ~~~ public CIELab DeepCopy() { var tmp5 = new CIELab() if(__isset.L) { tmp5.L = this.L; } ~~~ -- 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. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org