Learn More, Pay Less!
Limited Time Offer!

Activities of "maliming"

hi

It seems you need to set the id of your entity.

Always set GUID Ids as best practice.

See https://github.com/abpframework/abp/blob/dev/docs/en/Entities.md#entities-with-guid-keys

TrySetGuidId

This method doesn't seem to be compatible with EF Core's tracking functionality, I'll keep checking.

hi

What's your angular URL? How to get such a login URL?

hi

For a long time we were releasing RC (Release Candidate) versions a few weeks before every minor and major release. This version has been released without a preview version. This is because we've accidently released all the packages with a stable version number, without a -rc.1 suffix and there is no clear way to unpublish all the NuGet and NPM packages. Sorry about that. However, it doesn't mean that this release is buggy. We've already resolved known problems. We will publish one or more patch releases if needed. You can follow this milestone for known problems or submit your own bug report. If you are worried about its stability, you can wait for the next patch release.

https://github.com/abpframework/abp/blob/dev/docs/en/Blog-Posts/2022-01-11%20v5_1_Release_Stable/POST.md

See https://github.com/abpframework/abp/pull/10152#issue-1007619207

hi

You can use this to test your email config

https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo

We will release the new version soon.

hi

Yes, We will release the new version soon.

You need to configure this option by yourself, the next versions won't fix it.

https://support.abp.io/QA/Questions/2336/Unmodified-ABP-Generated-Solution-with-FileManagement-throws-error-on-load

hi

Add below to Volo.Abp.LeptonTheme.Management.HttpApi.Client.csproj

  <ItemGroup>
    <EmbeddedResource Include="**\*generate-proxy.json" />
    <Content Remove="**\*generate-proxy.json" />
  </ItemGroup>

hi

We need the steps or simple project to reproduce the issue.

Showing 7221 to 7230 of 9067 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on February 17, 2025, 05:40