-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
CI/pipeline 🔬dev loop ➰For issues that impact the core dev-loop of building experimentsFor issues that impact the core dev-loop of building experimentsenhancementImprovement to an existing featureImprovement to an existing featurehelp wantedExtra attention is neededExtra attention is neededtemplating
Milestone
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)
Metadata
Metadata
Assignees
Labels
CI/pipeline 🔬dev loop ➰For issues that impact the core dev-loop of building experimentsFor issues that impact the core dev-loop of building experimentsenhancementImprovement to an existing featureImprovement to an existing featurehelp wantedExtra attention is neededExtra attention is neededtemplating