Hi can you tell me the project and cli version and the minimum steps required to reproduce
I am sorry this is my mistake. Packages maybe not released. Abp cli does not support downgrade. You can wait for the packages to be released or manually downgrade the versions.
Hello 7.0.2 packages have been released. Can you run theabp clean
command and try again?
Hello, have you looked here? Configuration may be missing.
Your code does not have configuration
Configure<AbpAutoMapperOptions>(options =>
{
//Add all mappings defined in the assembly of the MyModule class
options.AddMaps<MyModule>();
});
Hello, I can't comment because I don't know the content of your classes. There may be a map you forgot to add. Can you share the source code?
https://docs.abp.io/en/abp/latest/CLI#update
Hi you can do abp update --version 7.0.1
like here
Hello, not all commercial packages have been released for version 7.0.2.
Can you share where it gives error?
Hello, have you looked here? Configuration may be missing.
Hello, can you perform the manual installation from this document?