kswoll / ReactiveUI.Fody

C# Fody extension to generate RaisePropertyChange notifications for properties and ObservableAsPropertyHelper properties.
MIT License
154 stars 31 forks source link

Add support for Reactive UI 8.0 #57

Open harvinders opened 6 years ago

harvinders commented 6 years ago

Reactive UI is release couple of days back and it seems we can't use ReactiveUI.Fody with that version. It would be great to see support for 8.0

gtbuchanan commented 6 years ago

ReactiveUI.Fody is currently being integrated into the main ReactiveUI project. I just recently submitted a PR to finalize the integration. You should be able to clone the PR branch and make a custom build yourself until the official package is released.

Alternatively, you could clone this older fork, modify Nuget/ReactiveUIFody.nuspec to match your version of ReactiveUI, and try to build from it instead.

ghuntley commented 6 years ago

Fody is integrated into ReactiveUI now and this repository is retired.