Activities of "liangshiwei"

Hi,

I can reproduce the problem.

Try

  • Remove [DependsOn(typeof(AbpAccountPublicWebModule))] and [DependsOn(typeof(AbpAccountPublicWebIdentityServerModule))]
  • Remove Volo.Abp.Account.Pro.Public.Web.IdentityServer project reference

In the AbpFeatures and AbpFeatureValues table.

You can check your database and redis. This is the code logic of the max user count check

You can use winmerge to compare their differences https://winmerge.orga

It seems like you are using type as an extra property.

You can custom the JsonConverter to support type, for example: https://stackoverflow.com/questions/66919668/net-core-graphql-graphql-systemtextjson-serialization-and-deserialization-of

Still could not reproduce the problem

Hi,

No , as the fluent validation document mentioned, it does not support Blazor.

What separate custom module?

my steps:

  • abp new Qa -d mongodb --tiered
  • Use suite to create blogpost master entity
  • use suite to create blogfile child entity
  • use suite to create blogauthor child entity
  • run application and create a new blog post,upload a file and create a blog author

Can you share a complete step-by-step reproduction?

Hi,

I could not reproduce the problem

Hi,

FluentValidation does not provide integration with Blazor out of the box

see: https://docs.fluentvalidation.net/en/latest/blazor.html

You can consider to use Blazorise validation https://blazorise.com/docs/components/validation

Showing 951 to 960 of 6045 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06