id summary reporter owner description type status priority milestone component version severity resolution keywords cc external_id 2453 Class API documentation not transferred to .net exceptions jng jng "API documentation is not being transferred to .net exception. This is because the currently generated code looks like this: {{{ [Serializable] /// /// Some API documentation /// public class MyException : MgException { }}} When it should be this: {{{ /// /// Some API documentation /// [Serializable] public class MyException : MgException { }}}" defect closed low Documentation trivial fixed