maliming

Results 526 comments of maliming

ok, Thanks, I will continue to check this.

hi The `AbpIntegratedTest` class is very simple. I checked all the code, and there seem to be no problems. And I saw an issue with Autofac, it is similar to...

hi Thanks for your info, I will deeply investigate this case over the weekend.

hi @Arjan-Floorganise Can you try to update your `BookStoreDomainTestModule` as follow: ```cs using System; using System.Linq; using System.Text.Json.Serialization.Metadata; using Microsoft.Extensions.DependencyInjection; using Volo.Abp.Json.SystemTextJson; using Volo.Abp.Json.SystemTextJson.JsonConverters; using Volo.Abp.Json.SystemTextJson.Modifiers; using Volo.Abp.Modularity; using Volo.Abp.Reflection;...

https://github.com/abpframework/abp/issues/20091 will fix this issue.

hi Just update the `BookStoreDomainTestModule` file in your `Acme.BookStore.zip` and run the `SampleRepositoryTests`. Here is the [dotmemory workspace](https://www.jetbrains.com/dotmemory/) file. https://we.tl/t-i2funqBdCR

btw, You can update `BookStoreEntityFrameworkCoreTestModule` as follows: ```cs using Microsoft.Data.Sqlite; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Storage; using Microsoft.Extensions.DependencyInjection; using Volo.Abp; using Volo.Abp.EntityFrameworkCore; using Volo.Abp.EntityFrameworkCore.Sqlite; using Volo.Abp.FeatureManagement; using Volo.Abp.Modularity; using Volo.Abp.OpenIddict;...

hi You can test the new rc5 template project.

hi Please share the CLI command that you used to create your project.

hi I'm using version 8.2.0(https://www.nuget.org/packages/Volo.Abp.Cli/8.2.0) of the CLI, and it works fine. Can you upgrade and try again?