You can temporarily comment out the constructor and let the IDE generate the constructor for you.
hi
Please replace this PackageReference with ProjectReference
<PackageReference Include="Volo.Abp.Account.Pro.Public.Web.OpenIddict" Version="6.0.2" />
Please do not share public project urls
ok I will check your project.
step3: compile and run (AuthServer project is unable to load the assembly as the exception mentioned above)
hi
Can you share the project with me? liming.ma@volosoft.com
hi
var admin = (await RoleRepository.ToEfCoreRepository().GetQueryableAsync()).Where(x => x.Name == "admin").FirstOrDefaultAsync();
hi
I don't think there is a way to do it.
hi
ConfigureServices will be executed once when the application starts.
hi
What do you mean AbpDynamicOptions?
Can you explain it in details?