This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Description
The inline reviews feature considers the boo file in the following PR as modified even when it isn't:
tierninho-tester/dasdasdasd#4
This appears to be because the boo file has no BOM but visual studio adds one in the editor. The editor contents are then passed to GitClient.IsModified via the contents parameter where they are compared with the file in the repository, and git considers them different because of the mismatched BOM.