We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom QueryTrackingBehavior is not supported in custom Context
public class CustomQueryDbContext : MasaDbContext<CustomQueryDbContext> { public CustomQueryDbContext(MasaDbContextOptions<CustomQueryDbContext> options) : base(options) { ChangeTracker.QueryTrackingBehavior = QueryTrackingBehavior.TrackAll; } }
No response
0.6.0
1.0.0-preview.26
The text was updated successfully, but these errors were encountered:
fix: fix [542](#542)
3900b69
fix: fix [issues-542](#542)
147b04a
fix: fix [issues-542](#542) (#543)
a3873a9
zhenlei520
Successfully merging a pull request may close this issue.
Description
Custom QueryTrackingBehavior is not supported in custom Context
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Known Workarounds
No response
.NET version
0.6.0
MASA Framework version
1.0.0-preview.26
Other information
No response
The text was updated successfully, but these errors were encountered: