Activities of "maliming"

hi

You can get tokens from HttpContext,

await httpContext.GetTokenAsync("access_token");

hi

For blazor

public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
{
    var results = new List<ValidationResult>();

    // This is not working when using EditContext !!!
    var l = validationContext.GetService<IStringLocalizer<Abp4146Resource>>();
    if (l != null)
    {
        var errorMessage = l["Test:ValidationMessage"].Value;

        // Do some validation

        results.Add(new ValidationResult(errorMessage, new[] { nameof(DocumentValidation) }));
    }

    return results;
}

I also have no idea.

: )

Didn't change anything

I just download your GitHub repo and run three projects.

Yes, Just run these three projects.

hi

Can you share a project to reproduce the problem? liming.ma@volosoft.com

It work for me.

hi

I can't reproduce in blazor server UI.

hi

The error occurs in the DashboardAppService class on the below highlighted line

Can you share the error first?

Showing 8181 to 8190 of 11543 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.