Mormon Son
Mormon Son
CC#
Created by bvko on 12/18/2024 in #help
Custom JsonConverter to apply to interface or abstract class, anyone ?
14 replies
CC#
Created by Mormon Son on 12/27/2024 in #help
Source Generator IDE interaction
Ended up finding it’s an IDE error and reproducable with no source generators. https://developercommunity.microsoft.com/t/Partial-Property-on-class-with-Primary-C/10820515
19 replies
CC#
Created by Mormon Son on 12/27/2024 in #help
Source Generator IDE interaction
This has to be some sort of weird caching issue because I just removed my SG entirely for this class and just added the extra partial definitions in non generated code and still see the same issue.
19 replies
CC#
Created by Mormon Son on 12/27/2024 in #help
Source Generator IDE interaction
Right but right now SGs can’t build on each other so I had to implement it myself
19 replies
CC#
Created by Mormon Son on 12/27/2024 in #help
Source Generator IDE interaction
I realize it wasn’t clear, this is a source generator that I have written myself. The generated code looks fine, it is just implementing INotifyPropertyChanged using partial properties rather than a field like most public SGs do right now.
19 replies