✅ Implementing IAsyncLifeTime difference
When I implement the interface, the following happens as you can see in the picture.
Why does the dispose not get set to public and have the extra IAsyncLifeTime.DisposeAsync ?
I do not have any other DisposeAsync in my class?
4 Replies
i'm not sure why the code fix chose to implement this member explicitly, but you should be able to just change it back manually?
Yeah I did that, thanks :P. I was just wondering why my VS did that
it'd be a good question to ask #roslyn, ideally with a small repro if you can
other than that, $close
If you have no further questions, please use /close to mark the forum thread as answered