I have a C# file that supposedly contains a sequence diagram generated from code. I not sure what tool was used to create it, and I don’t know how to open or view the diagram properly
-
4That doesn't make much sense. I could imagine a C# file containing code generated from a sequence diagram (and maybe other UML diagrams, too), but source files contain source code, not diagrams. Which also begs the question, why do you think you would open it differently than any other source file? Or if you've tried that unsuccessfully, then why do you think it's a C# file in the first place?John Bollinger– John Bollinger2025-11-23 17:10:23 +00:00Commented 8 hours ago
-
2Displaying such a diagram would be a feature of the IDE (Visual Studio, Visual Studio Code, ...). But they probably don't have this functionality out of the box and you might have to install an extension. Search for UML in the extension manager.Olivier Jacot-Descombes– Olivier Jacot-Descombes2025-11-23 17:15:32 +00:00Commented 8 hours ago
-
I actually need a tool that can generate a sequence diagram from the C# codeHamza Fareed– Hamza Fareed2025-11-23 17:23:26 +00:00Commented 7 hours ago
-
@HamzaFareed Requesting tools is off-topic on Stack Overflow, see help centerProgman– Progman2025-11-23 19:22:48 +00:00Commented 5 hours ago
Add a comment
|