Add non-generic Find to context #5998
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
In the old stack we had a non-generic Set method on the context, which then allowed non-generic Find to be used. We decided previously against non-generic Set for good reasons, and I don't think we should change that. However, we should consider having a non-generic Find on the context. This is useful for things like generic repositories and other generic context use.
For completeness we could also add generic versions:
The text was updated successfully, but these errors were encountered: