Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

match source files > pdb > git #81

Merged
merged 12 commits into from
Jun 29, 2015
Merged

match source files > pdb > git #81

merged 12 commits into from
Jun 29, 2015

Conversation

ctaggart
Copy link
Owner

This is an overhaul in logic to make it easier to use. It fixes #75 to index only files in the pdb. Given a list of source files, it looks in the pdb to see if they are indexed. If they are index it compares the checksums. Given the list of files that were checked in the pdb, it then will check if those have matching checksums in Git. This should make it easier to use. AssemblyInfo files don't have to be ignored since they don't get indexed. Any files ignored initially will be ignored in the whole chain.

I created a new .SourceIndex method for SourceLink.Fake that uses this setup.

@ctaggart ctaggart added this to the 0.6.0 milestone Jun 29, 2015
ctaggart added a commit that referenced this pull request Jun 29, 2015
match source files > pdb > git
@ctaggart ctaggart merged commit b42977c into master Jun 29, 2015
@ctaggart ctaggart deleted the limit branch June 29, 2015 04:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

index only files in the pdb
1 participant