Skip to content

Add extensibility for DbContext OnConfiguring actions#24054

Merged
maliming merged 3 commits intodevfrom
salihozkara/on-configuring
Oct 28, 2025
Merged

Add extensibility for DbContext OnConfiguring actions#24054
maliming merged 3 commits intodevfrom
salihozkara/on-configuring

Conversation

@salihozkara
Copy link
Member

Introduced DefaultOnConfiguringAction and OnConfiguringActions in AbpDbContextOptions to allow configuration of actions to be executed during DbContext.OnConfiguring. Updated AbpDbContext to invoke these actions, enabling more flexible and modular configuration of DbContext options.

Introduced DefaultOnConfiguringAction and OnConfiguringActions in AbpDbContextOptions to allow configuration of actions to be executed during DbContext.OnConfiguring. Updated AbpDbContext to invoke these actions, enabling more flexible and modular configuration of DbContext options.
@salihozkara salihozkara added this to the 10.1-preview milestone Oct 27, 2025
@salihozkara salihozkara requested a review from maliming October 27, 2025 13:03
@maliming maliming merged commit 9a94dee into dev Oct 28, 2025
3 checks passed
@maliming maliming deleted the salihozkara/on-configuring branch October 28, 2025 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants