Cannot create a DbSet for 'OpenIddictApplication' because this type is not included in the model for the context
问题 I am trying to customize the OpenIddictApplication table and i am succeeded about that. My problem is that when i try to generate token i got the following error "Cannot create a DbSet for 'OpenIddictApplication' because this type is not included in the model for the context". Here is my service configuration: public void ConfigureServices(IServiceCollection services) { services.AddMvc().AddXmlSerializerFormatters(); services.AddSingleton<IHttpContextAccessor, HttpContextAccessor>(); services