Activities of "maliming"

hi

You cannot use identity-related dbcontext and repository in your repository methods, you can use them in domain or application services.


var users = IdentityUserRepository.GetAll()

var mailRecive = mailReciveRepository.GetAll()


var foo = mailRecive.where(user.xxx)

hi

This problem doesn't seem to be related to ABP, you need to create a resource file.

Please try to remove the resourceType and custom the DataAnnotationLocalizerProvider func.

https://github.com/abpframework/abp/blob/29366d4ae0814f1c5a985708ae74d2e0d6897322/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/AbpAspNetCoreMvcModule.cs#L124

https://stackoverflow.com/questions/37833661/asp-net-core-displayattribute-localization?answertab=votes#tab-top

hi

This is an easier way, anonymous users will redirect to the login page.

https://github.com/spospisil/ABPSampleServiceError/pull/1

hi

You are using Blazor Server, this is expected. It uses a mix of mvc and blazor for UI, it's actually a backend application so requires EF Core.

hi

I will check and fix this.

hi

You can control it in language management page.

HI

The impersonation feature is only available in v5.0+.

hi

I recommend you always use the latest patch version of CLI and SUITE.

hi

Run etc\dev-cert\create-certificate.ps1 will generate a localhost.pfx file.

Showing 6561 to 6570 of 8484 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54