File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Code/src/Synnotech.Migrations.Core Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ static void FindMigrationTypesAndRegisterThem(Action<Type> registerMigrationType
81
81
/// <param name="migrationBaseType">The base type for all migrations.</param>
82
82
/// <param name="attribute">When every check passed, the attribute that is applied to the migration type.</param>
83
83
/// <returns>True if the specified <paramref name="type" /> is a migration type, else false.</returns>
84
+ /// <exception cref="ArgumentNullException">Thrown when <paramref name="type" /> or <paramref name="migrationBaseType" /> is null.</exception>
84
85
/// <exception cref="MigrationException">Thrown when <paramref name="type" /> has an invalid migration attribute applied to it.</exception>
85
86
public static bool CheckIfTypeIsMigration < TMigrationAttribute > ( this Type type ,
86
87
Type migrationBaseType ,
You can’t perform that action at this time.
0 commit comments