3
只注意到4.2.30版本不包含MVVM光工具包4.5設置方法
protected bool Set<T>(
ref T field,
T newValue,
[CallerMemberName] string propertyName = null)
{
return Set(propertyName, ref field, newValue);
}
由於編譯常數「CMNATTR」沒有定義爲在釋放模式BUILD說法。 任何想法,如果是錯誤或故意的?
謝謝。
正是我所做的,編譯w/CMNATTR。到目前爲止它工作得很好。 –
Laurent剛剛評論說,下週即將發佈的新版本包括此功能/修復。來源:https://mvvmlight.codeplex.com/discussions/492941 – Thomas