My old addin (coming from 2.9 and migrated into 3.0) needs some brushing up and I am getting some XDG errors from XAML file.

All the assemblies are where I would expect them to be: C:\Program Files\ArcGIS\Pro\bin or at C:\Program Files\ArcGIS\Pro\bin\Extensions\DesktopExtensions

I tried SDK utilities to fix Pro references, but it didn't help. I cleaned the solution, deleted the bin and obj directories of the solution.
Here the error codes from above with the lines the error is encountered at
| XDG0023 | d:DataContext="{d:DesignInstance Type=ui:PublicDataDockpaneViewModel}" |
| XDG0003 | <ResourceDictionary.MergedDictionaries> <extensions:DesignOnlyResourceDictionary Source="pack://application:,,,/ArcGIS.Desktop.Framework;component\Themes\Default.xaml" /> </ResourceDictionary.MergedDictionaries> |
| XDG0010 | <ResourceDictionary.MergedDictionaries> <extensions:DesignOnlyResourceDictionary Source="pack://application:,,,/ArcGIS.Desktop.Framework;component\Themes\Default.xaml" /> </ResourceDictionary.MergedDictionaries> |
| XDG0005 | <StackPanel Orientation="Horizontal"> <Image Source="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericRun16.png" /> </StackPanel> |
| XDG0005 | <StackPanel Orientation="Horizontal"> <Image Source="pack://application:,,,/ArcGIS.Desktop.Resources;component/images/genericreset16.png" /> </StackPanel> |
Since the second error is pointing at an issue with the Default.xaml file I would assume the two XDG0005 are following errors resulting from the XDG0010.