Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void PostBuildStep<T>(IPostBuildReporter)

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

IPostBuildReporterrep Object to report post-build errors to.