C# 클래스 Microsoft.DocAsCode.Metadata.ManagedReference.IncrementalCheck

파일 보기 프로젝트 열기: dotnet/docfx 1 사용 예제들

공개 메소드들

메소드 설명
AreFilesModified ( IEnumerable files ) : bool
IncrementalCheck ( BuildInfo buildInfo ) : System
IsSingleProjectChanged ( Microsoft.CodeAnalysis.Project project ) : Task

Load all the version this project source code dependent on: 1. project file version; 2. document version; 3. assembly reference version TODO: In which case do project references not in current solution? And save to global storage

비공개 메소드들

메소드 설명
GetCreatedVersionForFile ( string filePath ) : VersionStamp
GetLastModifiedVersionForFile ( string filePath ) : VersionStamp
IsFileModified ( string file ) : bool

If file does not exists, return **true**?? ==> should have checked exists before calling. If file's last modified time is newer, return true; otherwise, return false

VersionNewer ( VersionStamp thisVersion ) : bool
VersionNewer ( VersionStamp thisVersion, VersionStamp thatVersion ) : bool

메소드 상세

AreFilesModified() 공개 메소드

public AreFilesModified ( IEnumerable files ) : bool
files IEnumerable
리턴 bool

IncrementalCheck() 공개 메소드

public IncrementalCheck ( BuildInfo buildInfo ) : System
buildInfo BuildInfo
리턴 System

IsSingleProjectChanged() 공개 메소드

Load all the version this project source code dependent on: 1. project file version; 2. document version; 3. assembly reference version TODO: In which case do project references not in current solution? And save to global storage
public IsSingleProjectChanged ( Microsoft.CodeAnalysis.Project project ) : Task
project Microsoft.CodeAnalysis.Project
리턴 Task