-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .NET Standard 2.0 package #5
Comments
Actually, this project is still alive. The netstandard version is using a different nuget package id, and has its own GH project. Eventually, this project will be replaced by that one. Sorry for the confusion! |
Great, thanks! 👍 |
cmeeren (sorry for offtop), Fody and other IL rewriters (like PostSharp) have very limited if any support of nested dependencies and dependencies changing at runtime. CalculatedProperties do it with no special effort which is the biggest win IMO. |
Thanks @DunetsNM, I appreciate the clarification. |
Reopening this as a reminder to myself to add forwarding docs. |
First, thanks for yet another useful library. Seems to work wonderfully, and really simplifies triggering INPC with calculated properties. While my preferred method so far is PropertyChanged.Fody (due to being essentially boilerplate-free), it doesn't work with .NET Standard F# projects (and there are F# edge cases it doesn't tackle that your library seems to handle well), and I need to ship soon, so I decided to give CalculatedProperties a try.
This seems to work fine with .NET Standard 2.0, but my build output is full of the following two warnings:
I suppose this could be fixed if there was a .NET Standard 2.0 package for this on NuGet. I realize that you might not support this project any longer, what with it being over 2.5 years since the last commit, but I'd really appreciate it if you could. :)
The text was updated successfully, but these errors were encountered: