Mormon Son
Mormon Son
CC#
Created by Mormon Son on 1/31/2025 in #help
✅ Data Binding System.Numeric.Vector3?
I have a collection of objects containing Vector3 properties. Is it possible to data bind directly to the X/Y/Z fields in my WPF xaml data grid or do I need to add pass through properties for them all? Seems like a lot of boilerplate when you have many vectors.
17 replies
CC#
Created by Mormon Son on 12/27/2024 in #help
Source Generator IDE interaction
I ran into an odd situation where if I generate code for a class with a primary constructor my IDE complains that the partial properties are ambiguous, but if I don’t use a primary constructor it’s fine. And in both cases it builds correctly. I was unable to reproduce in a smaller sample project. Any ideas? Project with the problem is configured for WPF, .net9.0 and using preview language for partial properties
19 replies