phmonte / Buildalyzer

A utility to perform design-time builds of .NET projects without having to think too hard about it.
MIT License
589 stars 92 forks source link

WPF Custom Control libraries are not handled correctly #179

Closed markrendle closed 3 years ago

markrendle commented 3 years ago

I've opened a PR for this: #178

Something weird happens during the build of a WPF Custom Control library, a temporary project is generated or something, which breaks Buildalyzer. Looks to be down to the stack handling in EventProcessor.

daveaglick commented 3 years ago

So many project types 🤯. Thanks for running this one down, it's been years since I've done WPF so I never would have found this. Resolved by #178