Will solved by : https://github.com/abpframework/abp/pull/11895#event-6222634134
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?
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