AI

Results 3 issues of AI

![image](https://user-images.githubusercontent.com/106718230/182061884-07a1b212-8cb6-44f8-a05e-28df81d84acd.png) I am a newer to Caliburn.micro.When I use "navigationService.NavigateToViewModel(typeof(MenuViewModel))" ,I find that the MenuVIew will show in the frame, but the MenuViewModel does not work,does anybody can explain the...

more info required

[code.zip](https://github.com/user-attachments/files/16958601/code.zip) when i upgrade to 0.5.5,code can not run ,the error as the pic show ![image](https://github.com/user-attachments/assets/bbd251e2-ad40-4ae9-a914-8bd0db868f11)

### Describe the bug I use the EnumSelect with Mode="SelectMode.Multiple",whwn i chose something,sometimes it's checked correctly, sometimes it's not。 ### This is my code FormItem Label="@Language["任务类型"]"> IEnumerable taskTypeList; public enum...