I've tried a lot of configuration and received the same error but didn't notice the project name. It really is working with different project names but not working with "Sekmen.Goo". Can you tell me how I can reset that saved configuration
Hello ABP Team,
I would like to share some feedback regarding my experience with ABP Suite.
I genuinely want to use ABP Suite, even for small projects, because I believe it has strong potential and valuable features. However, I am consistently encountering errors during project creation. Unfortunately this has made it very difficult to use the tool in practice.
I do not want to assume that the root cause is a lack of testing or automated quality checks on your side. That said, the frequency of these errors gives the impression that stability and reliability issues are not yet fully addressed.
I hope this feedback is helpful and can contribute to improving the overall developer experience. I would be very happy to continue using ABP Suite if these issues can be resolved or better documented.
Thank you for your time and attention.
project:
Unbelievable! The problem really does stem from a property being null. ABP Suite doesn't assign default values ββto collections when creating an entity. Need to check entities in domain projects that have collections every time or someone can fix it in app level please
will try those suggestions and let you know
Hi I'm trying some project types and always getting error. especially this one annoys me:https://github.com/abpframework/abp/issues/24415 I'm using abp suite 10.0.1. I've tried with different db and solution configuration but always got the same error After creating a new entity in master-child format, backend gives error while visiting page tables are not important. I've just added a name property. a master table, one with navigation and a child table
Exception message and full stack trace:
at AbpSolution1.CompanyWithNavigationPropertiesToCompanyWithNavigationPropertiesDtoMapper.MapToListOfSectorDto(ICollection1 source) in D:\Projects\AbpSolution1\src\AbpSolution1.Application\obj\Debug\net10.0\Riok.Mapperly\Riok.Mapperly.MapperGenerator\CompanyWithNavigationPropertiesToCompanyWithNavigationPropertiesDtoMapper.g.cs:line 79 at AbpSolution1.CompanyWithNavigationPropertiesToCompanyWithNavigationPropertiesDtoMapper.MapToOrganisationDto(Organisation source) in D:\Projects\AbpSolution1\src\AbpSolution1.Application\obj\Debug\net10.0\Riok.Mapperly\Riok.Mapperly.MapperGenerator\CompanyWithNavigationPropertiesToCompanyWithNavigationPropertiesDtoMapper.g.cs:line 47 at AbpSolution1.CompanyWithNavigationPropertiesToCompanyWithNavigationPropertiesDtoMapper.Map(CompanyWithNavigationProperties source) in D:\Projects\AbpSolution1\src\AbpSolution1.Application\obj\Debug\net10.0\Riok.Mapperly\Riok.Mapperly.MapperGenerator\CompanyWithNavigationPropertiesToCompanyWithNavigationPropertiesDtoMapper.g.cs:line 12 at Volo.Abp.Mapperly.MapperlyAutoObjectMappingProvider.Map[TSource,TDestination](Object source) at lambda_method4041(Closure, Object, Object, Object) at Volo.Abp.Mapperly.MapperlyAutoObjectMappingProvider.TryToMapCollection[TSource,TDestination](TSource source, TDestination destination, TDestination& collectionResult) at Volo.Abp.Mapperly.MapperlyAutoObjectMappingProvider.Map[TSource,TDestination](Object source) at Volo.Abp.ObjectMapping.DefaultObjectMapper.AutoMap[TSource,TDestination](Object source) at Volo.Abp.ObjectMapping.DefaultObjectMapper.Map[TSource,TDestination](TSource source) at AbpSolution1.Companies.CompaniesAppServiceBase.GetListAsync(GetCompaniesInput input) in D:\Projects\AbpSolution1\src\AbpSolution1.Application\Companies\CompaniesAppService.cs:line 38 at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync()
at Volo.Abp.Authorization.AuthorizationInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed)
at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo)
at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync()
at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, AbpAuditingOptions options, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope)
at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed)
at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo)
at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync()
at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed)
at lambda_method3933(Closure, Object)
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.
Steps to reproduce the issue:
solution config:
Hi I'm trying some project types and always getting error. especially this one annoys me:https://github.com/abpframework/abp/issues/24415 I've tried with single layer, tiered angular, tiered mvc a few times and always got the same error. I'm using abp suite 10.0.1