C# Class ModuleInitializer, GitVersion

This class is consumed by the Fody.ModuleInit and invokes the static Initialize ONCE for the entire run, ensuring that within the AppDomain, the current/base directory isn't changed by any code running directly or indirectly by the tests. (i.e. running MSBuild tests/builds sometimes changes the base directory)
ファイルを表示 Open project: GitTools/GitVersion Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void

Initializes the module.

Method Details

Initialize() public static method

Initializes the module.
public static Initialize ( ) : void
return void