AlexLEWIS
AlexLEWIS
Updated FreeSql information in the ORMs section: - Updated the link to FreeSql Repo: the project is now under the new organization, - Updated the list of databases supported by...
When I set the title image by using banners, the H1 title rendered automatically by the embedded-note-titles plugin cannot be displayed. Banners repo: https://github.com/noatpad/obsidian-banners
English documents are very important to users, especially foreign users. We can translate Chinese documents into English together so that more people can use FreeSql. --- List of documents waiting...
翻译原文:https://docs.microsoft.com/zh-cn/aspnet/core/getting-started 翻译译文页面:https://github.com/dotnetcore/aspnetcore-doc-cn/blob/dev/aspnetcore/getting-started.md 翻译发布页面:http://aspnet.docs.dotnet-china.org/getting-started.html 当前状态需要,重新校对,增加原文注释
Add code comments to RedisClient's end user APIs. - [ ] RedisClient own - [x] Strings - [x] Keys - [ ] Hash - [ ] Lists - [ ]...
拟对 NCC 组织的现有(包括现行和未生效的)规范进行一次整理,该项工作预计于 2020 年 1 月前完成,包括: + [x] 对[《关于申请加入 NCC 的项目的标准》](https://github.com/dotnetcore/Home/blob/master/docs/rules/project-requirements-for-joining-ncc.md)进行修订; + [x] 对[《关于推荐项目加入 NCC 的规范》](https://github.com/dotnetcore/Home/blob/master/docs/rules/project-recommendation-for-joining-ncc.md)进行修订; + 对[《关于加入 NCC 的步骤》](https://github.com/dotnetcore/Home/blob/master/docs/rules/project-steps-for-joining-ncc.md)进行修订,并补充相应的流程图示(对外)和详细说明(对内); + [x] 对[《关于 NCC 组织成员项目的营利与商业用途的阻隔规定》](https://github.com/dotnetcore/Home/blob/master/docs/rules/rule-of-profit-and-commercial-use-barrier.md)进行修订; + [x] 拟增加「政治阻隔规定」 +...
We plan to launch the NCC Community Member program in January next year (2021). Let more people join the NCC, promote community projects, participate in community governance, and develop the...
Memo of NCC's internationalization 关于 NCC 推进国际化的备忘 Discussion: https://gitter.im/dotnetcore/community If you have a good idea, please reply to this issue. It is recommended to reply in English. 讨论请移步 https://gitter.im/dotnetcore/community 建议请回复本...
In earlier versions of Leo, we supported private properties or fields. But starting from the current version, Leo will no longer support access to private properties or fields by default....
In some application solutions, we need to check and verify data, and filter out illegal or unreasonable data. Therefore, it is necessary to integrate a validator in LeoVisitor so that...