c0debeef

Results 2 issues of c0debeef

### Expected behavior A connection stopped or trappable exception thrown ### Actual behavior WCF App crash ### Steps to reproduce Test Solution here: https://mega.nz/file/cd1gBJYA#837A6rfPb4dZbQVEAgYAop4IZmh0iEjdRTz3nOsxWXE

```C# public enum MainMenuOption { None = 0, Notifications = 1, Accounts = 2, Settings = 3, Exit = 4, } public IRelayCommand ChooseMainMenuCommand { get; init; } private void...

Pri3
dotnet
mvvm