Rubberduck: New project format broke XML compilation.

Created on 4 Nov 2018  路  1Comment  路  Source: rubberduck-vba/Rubberduck

Switching over to the new project format has apparently broken the build process, because the XML file changes are not triggering triggering rebuilds of the *.Designer.cs files. Any XML files that were changed after the switch to the new project format and subsequently pulling into next have created a situation where the XML and associated designer are out of sync (see this comment on #4488).

This was first "discovered" by @IvenBach when his local build broke due to XAML changes, and I later replicated it when _my_ local build broke after making changes to the .resx files in #4483. That PR includes what is intended to be a fix for Rubberduck.Resources.csproj, but any other project that includes any compilable XML is going to require a similar fix.

bug critical development-issue wpf

Most helpful comment

We should consider whether we should use this SDK to generally fix the issue before re-inventing the wheel.

>All comments

We should consider whether we should use this SDK to generally fix the issue before re-inventing the wheel.

Was this page helpful?
0 / 5 - 0 ratings