I have two attributes – MigrationAttribute and TestDataMigrationAttribute : MigrationAttribute. How can I assert that a class has applied TestDataMigrationAttribute but not MigrationAttribute (which is the parent attribute class)?
I have two attributes – MigrationAttribute and TestDataMigrationAttribute : MigrationAttribute . How can I
Share
(assuming you can define both attributes on the class)