Book a Demo

Author Topic: Generate sequence diagram from asynchronous .NET code  (Read 4958 times)

dpokluda

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Generate sequence diagram from asynchronous .NET code
« on: April 23, 2016, 07:22:43 am »
Hi, I am new to generating sequence diagrams from source code. I have managed to configure everything properly. I can see sequence diagram being properly generated when the code doesn't use async/await keywords. When I change the code to use asyn/await then the only thing I see is one method call (MoveNext) corresponding to the underlying .NET state machine. I don't see any of my method calls.

My questions are:
  • Is this a known limitation?
  • If yes, is there a workaround?

This really limits my usage of the feature since most of our code is using the new asynchronous programming concepts.

Best regards,
David.

dpokluda

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Generate sequence diagram from asynchronous .NET code
« Reply #1 on: April 30, 2016, 02:33:16 am »
Ping. Can somebody from the Sparx team confirm it is a known limitation? I want to know if there is something I can/should do on my side or if I need to wait for the next release (are there plans to fix this in a future version)? Thanks.

Best regards,
David.

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: Generate sequence diagram from asynchronous .NET code
« Reply #2 on: May 02, 2016, 08:58:08 am »
You might get a faster response if you send an email directly to the Support team.

"To refer general questions directly to Sparx Systems, send an email to [email protected]."
Best Regards, Roy

dpokluda

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Generate sequence diagram from asynchronous .NET code
« Reply #3 on: May 26, 2016, 03:54:22 am »
Thank you Roy. I sent them an e-mail.