Closed wakuflair closed 7 years ago
Thanks for spotting this.
Technically this isn't an issue - the Microsoft guidelines are that Dispose methods may be called multiple times, and Dispose implementations should be resilient to this. That said, it's a bit ugly, so I'll try and fix.
I'll give it another day or two in case you spot something else, then push a new release.
Hi, I encoutered another problem with closing.
This also can be reproduced with
Stylet.Samples.RedditBrowser
sample, but need a bit of change:IDisposable
to theSubredditViewModel
class.Dispose
method with any content.Dispose
method.Close
button.