Hi! Thanks for the amazing library, it's been a great help :)
I noticed one small issue regarding [Notify] and the README, which talks about partial properties having been introduced in C# 13. But because the source generator uses field, it won't build without C# 14 & dotnet 10. Or at least I haven't figured out how to get it building :D
Hi! Thanks for the amazing library, it's been a great help :)
I noticed one small issue regarding
[Notify]and the README, which talks about partial properties having been introduced in C# 13. But because the source generator usesfield, it won't build without C# 14 & dotnet 10. Or at least I haven't figured out how to get it building :D