fuyuesong
Results
2
comments of
fuyuesong
> ```cs > if (useAllLogic) > { > sb = sb.Replace("( AND", "(") > .Replace("( OR", "("); > } > ``` > > 这种暴力替换的方式,可能导致 bug > > 实现方式和我的预期可能不太一样,建议在外层做一次转换,把 DynamicFilterInfo 转换成相应的...
Hello! Glad to see your reply. The reason why the reference to Microsoft.NETCore.App is added to the following two projects is that these two projects already have this package referenced...