maliming

Results 526 comments of maliming

hi We need the steps to reproduce the problem and get the full error log.

You can try to change the environment(`Database/Redis/WebServer`) to troubleshoot the problem, as no one has reported such a problem.

Changing the culture of the unit test thread context will reproduce this problem. In the current culture, the uppercase of admin is no longer **ADMIN** but **ADMİN**, https://github.com/nhibernate/NHibernate.AspNet.Identity/blob/28b5907beed2c8aa05cbb1785c23210fa855a0f4/source/NHibernate.AspNet.Identity.Tests/UserStoreTest.cs#L237-L244 ```c# [TestMethod]...

https://github.com/nhibernate/NHibernate.AspNet.Identity/blob/28b5907beed2c8aa05cbb1785c23210fa855a0f4/source/NHibernate.AspNet.Identity/UserStore%601.cs#L51 If the user's current thread culture changes, NHibernate.AspNet.Identity may have problems. Also exists in RoleStore. The specific content is in the issue I mentioned earlier. https://github.com/nhibernate/nhibernate-core/issues/1967 https://github.com/nhibernate/NHibernate.AspNet.Identity/blob/28b5907beed2c8aa05cbb1785c23210fa855a0f4/source/NHibernate.AspNet.Identity/RoleStore%601.cs#L39

hi Please check your backend logs.

When the `PreConfigureServices` method is executed, the dependencies of the modules have been determined, at this time we can't add new modules and their dependencies.

https://github.com/Cysharp/MagicOnion Looks like a good class library.

We don't need the `[JsonInclude]` after https://github.com/abpframework/abp/pull/13357

hi * Steps needed to **reproduce** the problem.