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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -