You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intercept any call to CreateShape taking a class which does not implement IShape and generate a custom implementation instead with the ShapeViewModel mixin like Castle is currently used. Then the CreateShape code will lookup for the actual type to use in a dictionary that is populated from source code generation. Activator.CreateInstance will be much faster.
The text was updated successfully, but these errors were encountered:
Intercept any call to
CreateShape
taking a class which does not implementIShape
and generate a custom implementation instead with theShapeViewModel
mixin like Castle is currently used. Then theCreateShape
code will lookup for the actual type to use in a dictionary that is populated from source code generation.Activator.CreateInstance
will be much faster.The text was updated successfully, but these errors were encountered: