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)
파일 보기 프로젝트 열기: GitTools/GitVersion 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes the module.

메소드 상세

Initialize() 공개 정적인 메소드

Initializes the module.
public static Initialize ( ) : void
리턴 void