Declaration
public static void PostBuildStep<T>(
IPostBuildReporter rep
)
Summary
Performs safety checks to ensure that a specific type doesn't cause Classify exceptions. Run this method as a
post-build step to ensure reliability of execution. For an example of use, see
PostBuildChecker.RunPostBuildChecks(string, params Assembly[]).
Generic type parameters
T |
The type that must be Classify-able. |
Parameters