System.Data.SqlClient.SqlException (0x80131904): 'OFFSET' 附近有語法錯誤
解決方案:最新的ABP默認支持的是sql2012以上的版本,對於之前的版本,需要修改EntityFrameworkCore下的DbContextConfigurer.cs文件,修改如下:

Conflicting schemaIds: Identical schemaIds detected for types A and B. See config settings - "CustomSchemaIds" for a workaround
原因分析:swagger生成API時,如果類名相同(即使在不同的命名空間)就會報錯(CustomSchemaIds沖突)
解決方法:在Starup的ConfigureServices中加入如下配置

