Would it be possible to add some constructors for hints classes in Upgrade framework? For instance new RemoveFieldHint(Type type, string fieldName); We only have new RemoveFieldHint(string typeName, string fieldName); It would be useful for type safety (and auto completion) Concerned hints: MoveFieldHint RemoveFieldHint ... |
Hello olorin,
This is done mostly for the situation when your updated assembly doesn't have such type anymore.
But you are definitely right, we could easily add such overloads. Will do.
Thanks Dmitri!