Activities of "malik.masis"

Hi Mike,

There is documentation regarding migration from 5.3 to 6.0. There are base topics, and you can also find more detail by going to the specific ones.

Btw, Could you look at the migration side in the documentation regarding IsActive column, please? The above migration error makes coming to mind.

Regards

Hi Mike,

Just to make sure, do you try to update your CLI and then build/run your project? (Btw, Could you do abp clean then dotnet build /graphubild under the solution) Do I understand correctly?

Because it seems to be a different issue related to migration.

Regards

Hi,

I think you follow this documentation

public class YourDto : IValidatableObject
{ 
    public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
    {
        var l = validationContext.GetRequiredService< IStringLocalizer< YourResource>>();
    }
}

This part of the code should work properly. Also, you can have a look here.

Regards

Hi Luke,

ABP Framework provides all the infrastructure to create a multi-tenant application, but doesn't make any assumptions about how you manage (create, delete...) your tenants. [more]

Could you let us know, please, if it isn't your answer?

Yes, that's correct.

Hi,

Could you have a look at this related documentation, please?

Regards.

Hi,

It should be UrlShortingMiddleware. There is a typo on the screenshot. Could you check it, please?

Regards.

Hi,

We update the documentation regularly, but even so, we can miss some points. Do you have any specific document regarding this telling, or do you mention it generally? If you warn us about that, we can edit them in the shortest time. Thanks for your interested

Also, did you check the migration doc from 5.3 to 6.0? There are huge changes on the leptonx theme and migrating to OpenIddict. We mentioned them in detail.

Regards.

Hi,

Some of your own Edition configurations can restrict editing values and hence it seems to you as disabled. Could you have a look at here, please?

Regards.

Hi Guys,

@Baytech we swapped out it on the eShop project. We think to change it on version 7.0 but it's not a certain decision.

@scottlmarx we update the documentation and also created new guides and migration docs. I'll let you know about your own ticket.

Regards

Showing 61 to 70 of 94 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13