Environment Setup
- Clone this repo
- Install tools for the Windows App SDK:
- Go to the Install tools for the Windows App SDK page
- Follow the instructions for winget for C# developers, or installing Visual Studio
After cloning, make sure to run the following in a shell in the root Whim directory:
git config core.autocrlf true
If you've already made changes with core.autocrlf
set to false
, you can fix the line endings with:
git add . --renormalize
Before making a pull request, please install the tools specified in .config/dotnet-tools.json
, and run the formatters:
# In the repo root, install the tools
cd Whim
dotnet tool restore
# Run the formatters
dotnet tool run dotnet-csharpier .
dotnet tool run xstyler --recursive --d . --config ./.xamlstylerrc