Hi,
In the nuget documentation it states:
"Note - Although not dependant on any specific version of Caliburn.Micro, the ViewModel adapter uses code from v.1.5.1."
I understand the library is done by Tiago Freitas Leal. After searching this forum there are no recent posts concerning this.
Is it possible to use CM 2.0 with this library?
If so, does ScreenWithModel<T> replace ViewModel<T> used in the books and MVVM video series?
When would I use ScreenWithModelBase<T>?
When would I use ScreenWithSubject<T>?
After extensive Googling I was unable to find documentation for this. Does it exist?
Thanks,
Matthew
The CslaContrib Caliburn.Micro.WPF nuget package is not compatible with CM 2.0+
CM 2.0 split into two separate assemblies.
A portable class library which keeps the assembly name Caliburn.Micro
A new assembly called Caliburn.Micro.Platform. This assembly now contains many classes (like View) which used to be a part of the Caliburn.Micro assembly.
Tiago or Jonny, how can i contribute a version which is CM 2.0 compatible?
Hi Matthew,
I guess all it takes is to be a project member. Jonny can take care of that part.
NuGetting CM 2.0.1 results to a total of 7 compile errors. The simplest one is to delete the
#if !SILVERLIGHT
compiler directive that surrounds the
public virtual void TryClose(bool? dialogResult)
method,
There is also an issue concerning View.DefaultContext as this property no longer exists on View. You are welcome to port the code and I can explain how I did it.
Copyright (c) Marimer LLC