You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Took a couple of weeks off but kept an eye on it. Investigated it around the holidays and as I suspected, VS file code model doesn't support it. It gets worse though. Turns out Microsoft's done extending file code model APIs, that's the API set that's been there since practically earliest versions of VS, and put their efforts into Roslyn now. File code model is what DPack's been relying on since first version as well. I'm gonna be looking into swapping out the file processor to use Roslyn APIs instead.
Microsoft's Roslyn unfortunately doesn't support C++ file parsing, which DPack supports (via file code model). I'll need to look for a standalone C++ parser library if I am to address this issue, ultimately replacing one API set with 2 now, which is unfortunate. If anybody is interested in taking it on please reach out.
Command 'Code browser/All members' shows members of classes and structs but not records (new in C# 9).
The text was updated successfully, but these errors were encountered: