How to avoid double dispose by service provider #128497
Replies: 1 comment
-
|
Duplicate of #58801 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Take this simple program as an example:
Running this will result in:
How to avoid this? Is there a way to the the service provider to not track disposable for
IMyService?Beta Was this translation helpful? Give feedback.
All reactions