Integration with Caliburn.Micro is not working.
See original GitHub issueIntegration with Caliburn.Micro is not working. Instead of calling NotifyOfPropertyChange from Caliburn, it is calling OnPropertyChanged.
public bool IsBusy
{
[CompilerGenerated]
get
{
return this.<IsBusy>k__BackingField;
}
[CompilerGenerated]
set
{
if (this.<IsBusy>k__BackingField == value)
{
return;
}
this.<IsBusy>k__BackingField = value;
this.OnPropertyChanged(<>PropertyChangedEventArgs.IsBusy); <<<<<<<<<<
}
}
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
WPF Caliburn integration - Interaction issue
I'm working on a WPF application and I want to integrate Caliburn Micro. In the main page I have a content presenter which...
Read more >Basic Configuration, Actions and Conventions
Basic Configuration, Actions and Conventions. Starting a project: Open Visual Studio. Create a new WPF Application called “Caliburn.Micro.Hello”.
Read more >INotifyPropertyChanged and Caliburn.Micro
For each property, you must have an explicit field, and you must manually notify all dependencies and the property itself. The result is...
Read more >Highest scored 'caliburn.micro' questions - Stack Overflow
I'm working on an application using Caliburn.Micro and Autofac. In my composition root I'm now facing a problem with Autofac: I have to...
Read more >RadWindow in Caliburn Micro
A small project that shows how to extend the Caliburn Micro framework to enable the use of a RadWindow as dialog in Caliburn...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
this is now deployed. pending a nuget index update. thanks @ltrzesniewski
Yep happy to take option 1 as a PR