dreamdoctor
dreamdoctor
CC#
Created by dreamdoctor on 3/8/2023 in #help
❔ Read a .pdb file in C#
I've spent three days trying to work it all out. Those tests don't offer any real examples.
19 replies
CC#
Created by dreamdoctor on 3/8/2023 in #help
❔ Read a .pdb file in C#
Thanks but that doesn't help.
19 replies
CC#
Created by dreamdoctor on 3/8/2023 in #help
❔ Read a .pdb file in C#
Unfortunately, as with every other library I've tried, I can't find a single example to demonstrate how to read native Windows PDB files using the SharpPdb library. I even tried asking ChatGPT, however the code it gave me was basically nonsense.
19 replies
CC#
Created by dreamdoctor on 3/8/2023 in #help
❔ Read a .pdb file in C#
Thank you so much for the information. Were you reading Windows PDBs? From your code it looks like you were working with Portable PDBs?
19 replies
CC#
Created by dreamdoctor on 3/8/2023 in #help
❔ Read a .pdb file in C#
Everything I can find says to use Microsoft.DiaSymReader.Native (https://www.nuget.org/packages/Microsoft.DiaSymReader.Native/), however I cannot find a single piece of documentation or further information anywhere.
19 replies
CC#
Created by dreamdoctor on 3/2/2023 in #help
✅ Suggestions for something like ConcurrentQueue with events
Ok, so you're saying that if an event is defined in thread #1, and a method is attached to that event in thread #2, it will still execute in thread #1 when that event is triggered?
18 replies
CC#
Created by dreamdoctor on 3/2/2023 in #help
✅ Suggestions for something like ConcurrentQueue with events
I'm very sorry but I don't understand what you're saying.
18 replies
CC#
Created by dreamdoctor on 3/2/2023 in #help
✅ Suggestions for something like ConcurrentQueue with events
So you're saying if an event is triggered on one thread, subscribers on other threads won't be called?
18 replies
CC#
Created by dreamdoctor on 3/2/2023 in #help
✅ Suggestions for something like ConcurrentQueue with events
Not sure what you mean? Events are threadsafe as far as I know?
18 replies
CC#
Created by dreamdoctor on 1/17/2023 in #help
ASP.NET Core API - Post to accept JSON array with multiple items
@Stefano Roncalli @FusedQyou Thanks! Works great now.
11 replies
CC#
Created by dreamdoctor on 1/17/2023 in #help
ASP.NET Core API - Post to accept JSON array with multiple items
Return which list?
11 replies
CC#
Created by dreamdoctor on 1/17/2023 in #help
ASP.NET Core API - Post to accept JSON array with multiple items
I think asking about REST conventions is likely to get you ten different answers on the same topic, however anything you'd like to contribute would be appreciated.
11 replies