Declaration
public static void PostBuildStep(
Type type,
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[]).
Parameters
Type | type |
The type that must be Classify-able. |
IPostBuildReporter | rep |
Object to report post-build errors to. |