maliming

Results 526 comments of maliming

hi Can you share a test project to reproduce it? Thanks.

The `ExtraPropertyDictionary` lacks `Type` information. It doesn't know what `Type` to deserialize. You can add a custom `JsonConverter`. ```cs class BarDtoJsonConverter : JsonConverter { private JsonSerializerOptions _readJsonSerializerOptions; private JsonSerializerOptions _writeJsonSerializerOptions;...

We used the Microsoft recommended way. https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/converters-how-to#deserialize-inferred-types-to-object-properties

The language management module has this feature. https://abp.io/docs/latest/modules/language-management#language-texts

hi @a-herbst Sorry for the delay. > I think the AutoRecovering of the RabbitMQ connection is receiving the redelivered messages in a new thread while the thread of the old...

hi - Your ABP Framework version. - Exception message and stack trace if available (check the logs). - Please share the steps and code to reproduce the problem. Please share...

hi all Make sure the `cshtml` page first line is `@page` https://github.com/abpframework/abp/blob/4564c1ec677cac60887a95378370ec8b32715bdf/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/Pages/Index.cshtml#L1

hi @sumeyyeKurtulus https://github.com/user-attachments/assets/b26ae34b-fd67-4341-937c-363fb43b1306