Sauce Labs Visual for C# expose Sauce Labs Visual Testing for your C# project with Selenium.
View installation and usage instructions on the Sauce Docs website.
dotnet build ./SauceLabs.Visual/SauceLabs.Visual.csproj --no-restore
For linting, Sauce Visual C# SDK uses dotnet-format tool. It can be installed with the following command:
dotnet tool install -g dotnet-format
After the installation, it can be run the following command:
dotnet format '.' --verify-no-changes
dotnet test --verbosity normal