MutatorBase<T> not implementing IMutator #2582
michalusio
started this conversation in
General
Replies: 1 comment
-
I can not really justify this, I have no clear idea. This may be related to support custom mutators as dynamic add-in/plug-in in the feature: the interface can be used as a marker do detect mutator classes at run time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have searched for that question being asked here previously, but found nothing.
I am implementing a new mutator and I see that the abstract class MutatorBase does not implement IMutator - you have to implement both in the mutator.
Using MutatorBase without implementing IMutator doesn't really make sense to me, was it a design decision to separate those two?
If discussions are not a place for this question, please delete it 😃
Beta Was this translation helpful? Give feedback.
All reactions