AlexLEWIS

Results 37 comments of AlexLEWIS

I found that a similar question has been submitted to banners. https://github.com/noatpad/obsidian-banners/issues/35

It looks nice. ![redis](https://img.shields.io/badge/redis_v3.0.3+-red.svg) Saa, ikkou~

You are very welcome, @yangzhongke, to help us translate the document. Even, the current AspectCore documentation does not yet provide support for the new version of AspectCore. If possible, you...

※ The following documents need to be translated into Chinese + https://github.com/dotnetcore/Home/blob/master/README.md ※ The following documents need to be translated into English + https://github.com/dotnetcore/Home/blob/master/Statement-of-Income-and-Expense.md + https://github.com/dotnetcore/Home/blob/master/docs/rules/project-requirements-for-joining-ncc.md + https://github.com/dotnetcore/Home/blob/master/docs/rules/project-steps-for-joining-ncc.md + https://github.com/dotnetcore/Home/blob/master/docs/rules/rule-of-income-and-expenditure-transparency.md...

Chinese Home/README has been added 已添加中文 Home/README https://github.com/dotnetcore/Home/commit/7c0584f88c2cf4efe2750fa18c7066c7b9e4d643

Due to conflicts of interest, @2881099 , @NMSAzulX and @alexinea will not vote.

The "ScheduleMaster" project entered the "Standard Review" stage.

We need to solve the problem of circular references: ``` class A{ public B One {get;set;} } class B{ public B(A a) => Two = a; public A Two {get;}...