Activities of "maliming"

hi Neozzz

Please refer to https://support.abp.io/QA/Questions/69/#answer-d8bebebb-b714-3c1e-7fcb-39f437bc8ba3

hi

You always need to use EfCoreQueryableExtensions, This is recommended.

It's related to EF Core, will be works for any provider, eg: sql server, sqlite,mysql.

hi Leonardo.Willrich

You can try to remove some nuget packages and code from your project to locate possible problems.

Does that not work for Sqlite?

Yes, Can you try same way just like the Identity module?

Answer

HI

There are some syntax problem with this file.

You can ignore this file. https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification#ignore-for-minification

You can also minify this file manually then rename it to plugins.bundle.min.js

hi

Does the AbpLicenseCode exists in your appsettings.json

hi

You can try to change the environment or remove the ConfigureVirtualFileSystem method in your web module. ASPNETCORE_ENVIRONMENT=Development

Answer

hi

I will check asap. Thanks.

hi

Have you configured the Includeextension in your EF Core module?

https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/IdentityEfCoreQueryableExtensions.cs#L8 https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/EfCoreIdentityUserRepository.cs#L281

// Arrange var sltnManager = new SltnManager(_sltnRepository);

Why not get service through DI container? eg: GetRequiredService<SltnManager>()

Showing 7491 to 7500 of 8472 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11