Declaration
public static void PostBuildStep<TSettings>(
IPostBuildReporter rep
)
Summary
Performs safety checks to ensure that a settings object conforms to various requirements imposed by
SettingsUtil methods. Run this method as a post-build step to ensure reliability of execution. For an example
of use, see
PostBuildChecker.RunPostBuildChecks(string, params Assembly[]). This method is available only in DEBUG mode.
Generic type parameters
TSettings |
The type of the settings object, derived from SettingsBase, which would be passed to
SettingsUtil methods at normal run-time. |
Parameters