dsoltesz

Results 5 issues of dsoltesz

this code in BaseDbContext does not find entities that are deleted that have DomainEvents as a result no EntityDeletedEvent gets published ` var entitiesWithEvents = ChangeTracker.Entries() .Select(e => e.Entity) .Where(e...

Are there plans to have admin module to manage clients, api resources, identity resources, claims, secrets, application urls etc

Be able to start up and run a job on a specified cron schedule. Ideally cron would come from configuration. Job would need to run under some "tenant" and "user"...

enhancement
good first issue
low priority

generated code will throw hundreds of warnings warning CS0618: 'AssociationAttribute' is obsolete: 'This attribute is no longer in use and will be ignored if applied.'

help wanted
good first issue