Activities of "yekalkan"

Hi @ageiter,

Thanks you for the feedback. We'll create internal issues about those and fix it in the future releases.

I've refunded your question credit.

https://github.com/abpframework/abp/pull/13059

Hi @jlavallet,

As i see, these logs are harmless and the solution should be created successfully. You can continue development.

We'll try to remove these logs in the next patch version.

Hi @shobhit,

I've saved your feature request. We'll discuss and may include in next releases. Thank you for the feedback.

This is very interesting. See the source code https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectModification/NugetPackageToLocalReferenceConverter.cs#L33

We use Directory.GetFiles(...) to find csproj files, and when we try to read one of them we shouldn't receive DirectoryNotFoundException. I don't understand why you are facing this issue.

However, i placed a File.Exist(...) check before reading a csproj file. See https://github.com/abpframework/abp/pull/12768

I'm closing the issue since it will be resolved with that pull request. If you continue to face this issue after stable 5.3 release, you can re-open.

Could you try the same process with CLI?

run this command to create the project:

abp new IWIT.BMSNext -u angular --separate-identity-server --preview

then move to aspnet-core folder and run:

abp add-module IWIT.BMSNext.Dictionary --new -t module-pro --add-to-solution-file

abp add-module IWIT.BMSNext.Basic --new -t module-pro --add-to-solution-file

Hi,

I can't reproduce the problem.

  1. Created a project. (IWIT.BMSNext)
  2. Added a new module (IWIT.BMSNext.Dictionary)
  3. Added an another new module (IWIT.BMSNext.Basic)

It worked successfuly and i could build the whole solution.

Hi @alaa

Can you remove the project from suite, then delete bin/obj file folders, and add the project again?

I've created an internal issue about this.

We'll try to reproduce this problem and inform you.

I guess it is related with the naming but i couldn't reproduce.

Can you type the module names?

main solution: IWIT.BMSNext first module: IWIT.BMSNext.Dictionary ? second module: ?

Showing 91 to 100 of 329 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54