This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
dotnet-installer
Watch
2
Star
0
Fork
You've already forked dotnet-installer
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
3555
commits
41
branches
190
tags
96
MiB
a2b861e4c8
Commit graph
2 commits
Author
SHA1
Message
Date
Tomas Matousek
b5cfb9d660
Implement support for Embedded PDB
2016-09-01 14:02:03 -07:00
Livar Cunha
85884c5e9a
Removed the DIA classes and the cod associated with it. Introduced a PdbReaderFactory that decides with PdbReader to use (full or portable). Introduced a PdbReader interface that abstracts the differences between full pdb (Uses ISymUnmanaged classes to read the pdb) and portable pdb (uses Reflection MetadataReader).
2016-03-25 10:58:05 -07:00