Regression in application template, generic.xaml doesn't work out of the box #1699
Labels
Bug
Product bug (most likely)
rank40
Rank: Priority/rank on a scale of (1..100)
regression
status: This issue is a regression from a previous build or release
tenet-compatibility
Incompatibility with previous versions or with WPF for .NET Framework
Milestone
Problem description:
Creating a new WPF application for .NET Core the
generic.xaml
does not work out of the box when added manually (e.g. copy pasted from an existing project), it used to work on Desktop. It does work when using "new item" templates but since adding custom controls is just inheriting from a framework class it is often done without using the "new item" template and instead just writing code.Actual behavior:
Creating a new application with the WPF for .NET Core template does not add a ThemeInfo attribute, I need to add a CustomControl template to get the attribute. This is a regression from Desktop Framework template behavior.
Expected behavior:
The WPF for .NET Core application template should already add the ThemeInfo attribute.
Minimal repro:
The text was updated successfully, but these errors were encountered: