Iain Rough

Results 18 comments of Iain Rough

Install the cli tool per wiki and run xstyler -f *.xaml. Wrap that up in gulp or grunt script to look for xaml file changes and auto formatting.

not sure why the need to wrap it in a script. *Replace {macUser} with your user folder* External Tool settings Command: `/Users/{macUser}/.dotnet/tools/xstyler` Arguments: `-f ${FileDir}/${FileName} -c /Users/{macUser}/projects/settings/xstyler.json` *I'm passing a...

@mikhailkoliada https://github.com/roughiain/PipelineTestSourceGenerators pipeline output in `https://github.com/roughiain/PipelineTestSourceGenerators/blob/b1bafb10c491c1bb6f54900009e20ff1415f2f0d/pipelineoutput.txt`

occurring on builds using Xcode 13.4.1 ``` Visual Studio Community 2022 for Mac Version 17.3.3 (build 10) Installation UUID: 1b89bb56-5bbb-453a-a7b1-efe28fc4be3d Runtime .NET 6.0.5 (64-bit) Architecture: Arm64 Roslyn (Language Service) 4.3.0-3.22312.2+52adfb8b2dc71ed4278debcf13960f2116868608...

Install as a global tool dotnet tool install --global XamlStyler.Console More info as using it as script here https://github.com/Xavalon/XamlStyler/wiki/Script-Integration

Guess we can close this now with VSMac being EOL