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
Project with the problem is configured for WPF, .net9.0 and using preview language for partial properties