We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
刚刚更新到3.5.104版本。发现DefaultRepository和GuidRepository不再公开了。也删除了SaveMany方法。改动超大。无法升级啊。 特别是DefaultRepository,之前都是直接继承这个类写的仓储类。能否把这类公开出来。
DefaultRepository
GuidRepository
SaveMany
The text was updated successfully, but these errors were encountered:
savemany还在,defualt guid 其实很简单,可以参考以前版本的源码,实现一下
Sorry, something went wrong.
开放出来有什么问题吗?也没有安全问题或内部特殊实现吧?主要是引用太多了,几十个文件呢
主要想收缩api,如果有需要扣老版本的代码,不难
No branches or pull requests
刚刚更新到3.5.104版本。发现
DefaultRepository
和GuidRepository
不再公开了。也删除了SaveMany
方法。改动超大。无法升级啊。特别是
DefaultRepository
,之前都是直接继承这个类写的仓储类。能否把这类公开出来。The text was updated successfully, but these errors were encountered: