git - Cannot view .csproj in Gitkraken -


i have .csproj file , can't open in gitkraken because says "cannot show changes in binary file".

at moment .csproj file starts <?xml version="1.0" encoding="utf-8"?>. <?xml version="1.0" encoding="utf-16"?> changed in order expirement. no luck however...

we're sitting on windows using git. file can opened in visual studio code or notepad. it's gitkraken chooses not to.

any ideas what's going on?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -