dotnetcore / SmartSql

SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
https://smartsql.net/
Apache License 2.0
1.1k stars 222 forks source link

表描述中存在换行符时, 不能正常生成对应的实体类描述(XML注释) #75

Closed lybing closed 5 years ago

lybing commented 5 years ago

当表描述中包含换行符,比如: EXEC sp_addextendedproperty N'MS_Description', N'线路表 记录线路的名称,创建者等等', 'SCHEMA', N'dbo', 'TABLE', N'MS20_Route', NULL, NULL

生成对应的实体类为: namespace SmartSql.Starter.Entity { ///

///线路表 记录线路的名称,创建者等 /// public class MS20Route { } }

Ahoo-Wang commented 5 years ago

请到 SmartCode - > https://github.com/dotnetcore/SmartCode/issues 重新提交该issue