Activities of "liangshiwei"

Will solved by : https://github.com/abpframework/abp/pull/11895#event-6222634134

Answer

Hi,

which project

Usually is HttpAPI.Host

No, you don't need to follow all sections.

If you are using the Auto API Controller, you just need to follow this section: https://github.com/abpframework/abp/blob/dev/docs/en/API/API-Versioning.md#auto-api-controller

You can also check the unit tests: https://github.com/abpframework/abp/tree/dev/framework/test/Volo.Abp.AspNetCore.Mvc.Versioning.Tests

Hi,

This is a concurrency problem, can you try this?

modelBuilder.Entity<DatabaseBlobContainer>(b =>
{
    b.CollectionName = BlobStoringDatabaseDbProperties.DbTablePrefix + "BlobContainers";
    b.BsonMap.MapProperty(x => x.Name).SetIsRequired(true);
});

Hi,

What version are you using and can you share the steps to reproduce?

Answer

Hi,

You can check this: https://github.com/abpframework/abp/blob/dev/docs/en/API/API-Versioning.md

Hi,

You can see the blog: https://blog.abp.io/abp/ABP.IO-Platform-5-2-RC-Has-Been-Published

ABP CLI(5.2.0 version) should automatically restore the libs when you create a new project.

However, you can run the abp install-libs command to restore libs.

Hi,

Ok, I will give it a try

Hi,

I tried many times, it always work for me.

Hi,

Is there any bootstrap component to select Date & Time

You can use datetimepick: https://getdatepicker.com/

Hi,

Can you try this? https://github.com/abpframework/abp/issues/11856#issuecomment-1062474705

Showing 5231 to 5240 of 6693 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.