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
Wiki
Activity
Actions
92b344a1a9
dotnet-installer
/
tools
/
RuntimeGraphGenerator
History
eerhardt
7eb9d07fb5
Updating dependencies from last known good builds
2016-03-29 15:59:19 +00:00
..
Program.cs
Add runtime signature into deps.json
2016-03-24 12:00:01 -07:00
project.json
Updating dependencies from last known good builds
2016-03-29 15:59:19 +00:00
RuntimeGraphGenerator.xproj
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
RuntimeGraphManager.cs
Generate runtime graph when building runtime
2016-03-16 08:27:55 -07:00