Rafael Felipe Sacomani

Results 5 comments of Rafael Felipe Sacomani

I am using this script, working great! `#!/usr/bin/env bash xaml_styler=$HOME/.nuget/packages/xamlstyler.console/3.2206.4/tools/net6.0/any/xstyler.dll filename=$1 if [ ! -f $xamlstyler ]; then echo "XamlStyler not found ($xamlstyler)" exit 1 fi dotnet $xaml_styler -f $filename...

i need the same, have u the solved?