MyGit

3.0.2

Caliburn-Micro/Caliburn.Micro

版本发布时间: 2016-12-06 17:23:39

Caliburn-Micro/Caliburn.Micro最新发布版本:4.0.222+a53dd1fa1b(2022-09-06 19:59:44)

This is a minor bug fix release.

The highest impact bug fix for this release is the last one, previously the ViewModelLocator would call GetInstance to try to resolve the view model (falling back to GetAllInstances and then manual instantiation), ViewLocator however previously only called GetAllInstances.

This release makes them consistent, however it could cause problems if you're throwing exceptions on no resolution of a service from the container. I'd recommend if you are doing this checking whether the type is assignable to UIElement (or some view type) and return null (or skip throwing the exception).

相关地址:原始地址 下载(tar) 下载(zip)

查看:2016-12-06发行的版本