Building project with WPF UserControl Libraries Misses all references to WPF namespaces. #3835
Unanswered
NickMercer
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@NickMercer could you add the build script you're using? Maybe this might give someone a hint what the problem might be. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I've got a large WPF app that has multiple wpf libraries inside of it and I'm trying to write a build script for it. It builds just fine in Visual Studio, but my cake build is giving me a bunch of missing reference issues.
181 missing references to anything built-in to WPF (user control names, InitializeComponent() calls, etc.)
My solution is .Net Framework 4.7.2 with 3 .NET Framework 4.7.2 WPF user control libraries
, some 4.7.2 class libraries, and some .NET Standard 2.0 class libraries.
The other assemblies all build fine, but the 3 WPF user control libraries have these missing reference errors.
Beta Was this translation helpful? Give feedback.
All reactions