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)
Afficher le fichier Open project: GitTools/GitVersion Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( ) : void

Initializes the module.

Method Details

Initialize() public static méthode

Initializes the module.
public static Initialize ( ) : void
Résultat void