- tweak: exception representation

This commit is contained in:
2026-01-22 21:13:39 +03:00
parent ff31412719
commit c2ab550329
17 changed files with 195 additions and 73 deletions

View File

@@ -230,6 +230,7 @@ public sealed partial class ServerEntryModelView : ViewModelBase, IFilterConsume
public void Dispose()
{
_logger.Dispose();
InstanceRunningContainer.IsRunningChanged -= IsRunningChanged;
}
}