Denis Akopjan
Denis Akopjan
```cs using System; using System.Collections.Generic; using System.IO; using System.Linq; using dnlib.DotNet; using SharpPdb.Managed; var results = new Dictionary(); const string path = @""; foreach (var file in Directory.EnumerateFiles(path, "*.pdb", SearchOption.AllDirectories))...
The core functionality and UI is implemented; however, the results are inaccurate and there are rarely any links extracted...
Some of the PDB's are source from `obj\Debug`
## Here are my two cents from implementing navigation using the Community Toolkit MVVM. The main View has a content-presenting UI element that changes its content based on the currently...