Open
Description
XAML Style check was failing due to the location of the settings file.
The default behavior for the extension inside VS is for it only to look for a settings file as far as the directory the solution file is in.
The Labs structure puts the global settings file in the root of the repo and so isn't used.
In this location, it won't be used unless a setting is changed in the extension. If Search to drives root
is set to true
, the extension will find the correct settings and format the XAML as desired.
Without changing this setting, it's likely that issues of XAML formatting in individual experiments are likely to continue to cause CI to fail. :(
Originally posted by @mrlacey in #137 (comment)