PhilJollans
PhilJollans
Visual Studio 2019 introduced per monitor DPI awareness. This actually broke AnkSvn, causing some windows to appear blank. There is a good description of this problem on this page https://blog.jetbrains.com/dotnet/2019/06/11/blank-tool-windows-resharper-visual-studio-2019-net-framework-4-8-per-monitor-dpi-awareness/...
From the same user on 7-November-2020 ``` These are killing me System.InvalidOperationException: Attempting to get the view from an adapter in state TextDocDataAvailable at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.get_WpfTextViewHost() at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.get_CaretInDataSnapshot() at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.GetCaretPos(Int32& piLine,...
That rings a bell for me. Visual Studio 2019 introduces a feature called **Per-Monitor Awareness**. There is some information about this feature [in this article in the documentation](https://docs.microsoft.com/en-us/visualstudio/extensibility/ux-guidelines/per-monitor-awareness-extenders?view=vs-2019) and in...
This is the link in the visual studio developer community. https://developercommunity.visualstudio.com/content/problem/1177271/solution-file-extensibilityglobals-solutionguid-se.html I am going to need help to solve this problem. I have added a comment to the report on...
Microsoft have unfortunately changed the status of this issue to **Closed - Lower Priority** https://developercommunity2.visualstudio.com/t/solution-file-extensibilityglobals-solutionguid-se/1177271
According to the SVN release notes https://subversion.apache.org/docs/release-notes/ FS Format 8 was introduced in Subversion 1.10 >Subversion 1.10 – Improved path-based authz, new interactive conflict resolver, LZ4 compression, FSFS format 8,...
I have finally managed to compile SharpSVN and created a nuget package [https://www.nuget.org/packages/SharpSvn2019.SharpSvn/](https://www.nuget.org/packages/SharpSvn2019.SharpSvn/) I have not made changes to the actual code, so this is basically the code from the...
I had received this report by Email on 2-September-2020 (before making the update to SharpSvn2019) ``` SharpSvn.SvnRepositoryIOException: Commit failed (details follow): ---> SharpSvn.SvnRepositoryIOException: Unable to connect to a repository at...
I have only scratched the surface of understanding how AnkhSVN works, so I don't know how quickly I can fix this issue. I will look into it in the next...
This is what I have found out. Visual Studio provides a mechanism for SCC (Source Code Control) providers to add glyphs to files in the solution explorer. This feature is...