Caliburn-Micro / Caliburn.Micro

A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
http://caliburnmicro.com/
MIT License
2.8k stars 778 forks source link

Resharper and Property Changed Notification snippet #740

Closed schovan closed 3 years ago

schovan commented 3 years ago

ReSharper helps implement property change notification for Caliburn Micro 3.2.0 from nuget. https://www.jetbrains.com/help/resharper/Coding_Assistance__INotifyPropertyChanged_Support.html

image

This feature doesn't work for 4.0.161-rc from myget. Maybe because it is not .Net Framework, but .Net Standard. Is there any trick how to make it working? Will this feature be officialy supported in version 4?

muntablues commented 3 years ago

This is really a big loss for me as well. I checked the difference between the versions and cannot find any big difference...

I also started a ticket at jetbrain but there is no progress since 5 month! See: https://resharper-support.jetbrains.com/hc/en-us/community/posts/360009906719

Maybe some of the guys here has an idea how to solve :-)

vb2ae commented 3 years ago

@schovan @muntablues A fix should be available with the next version of JetBrains.ExternalAnnotations package

https://youtrack.jetbrains.com/issue/RSRP-482219?_ga=2.22690931.918464377.1619136499-1204162761.1615477180

vb2ae commented 3 years ago

This can be closed