Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to enable VersionControl during analysis #2237

Merged
merged 4 commits into from
Jan 15, 2021

Conversation

eddynaka
Copy link
Collaborator

No description provided.

@@ -447,6 +449,8 @@ private void CaptureArtifact(ArtifactLocation fileLocation)
fileLocation.Uri = null;
fileLocation.UriBaseId = null;
}

_insertOptionalDataVisitor?.VisitArtifactLocation(fileLocation);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_insertOptionalDataVisitor [](start = 12, length = 26)

Is this strictly necessary? you call VisitRun(run) after analysis completes, won't this have the effect of ultimately visiting every artifact location?

Just curious. :)

@@ -346,6 +346,13 @@ private async Task<bool> FindFilesAsync(TOptions options, TContext rootContext)

directory = Path.GetFullPath(directories.Dequeue());

#if NETFRAMEWORK
if (string.IsNullOrEmpty(filter))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting! Please comment this code.

Copy link
Member

@michaelcfanning michaelcfanning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@eddynaka eddynaka marked this pull request as ready for review January 15, 2021 01:16
@eddynaka eddynaka enabled auto-merge (squash) January 15, 2021 01:16
@eddynaka eddynaka merged commit f5bad23 into main Jan 15, 2021
@eddynaka eddynaka deleted the users/ednakamu/possible-versioncontrol-fix branch January 15, 2021 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants