C# Класс 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)
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Initialize ( ) : void

Initializes the module.

Описание методов

Initialize() публичный статический Метод

Initializes the module.
public static Initialize ( ) : void
Результат void