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 netstandard 1.3+ #54

Closed gtbuchanan closed 3 years ago

gtbuchanan commented 6 years ago

I realize this probably won't get merged since ReactiveUI.Fody is currently being integrated into ReactiveUI 8, but I wanted to provide an option to those on .NET Standard who don't want to be on prerelease ReactiveUI. These changes are loosely based on RostislavST's fork with everything renamed back, unit tests re-added, other unrelated changes reverted, and added support back to netstandard1.3.

Fixes #26 and #53.


Here's a NuGet package with the changes for anyone that needs them: ReactiveUI.Fody.2.2.12-ewn.nupkg.zip

or you can build your own by checking out the branch and running this in PowerShell (you may need to pass -MSBuildPath if you don't use VS Professional):

.\build.ps1 -Version 2.2.12-ewn