Shad Storhaug

Results 300 comments of Shad Storhaug

It doesn't look like I have a gitscc.config file. Closing and reopening the Git Changes window is a better workaround than closing and reopening the solution. But, it would still...

Thanks. I have upgraded to 3.1.1. I am still seeing the behavior when I do a commit, then click refresh, that it incorrectly shows the files that were just committed,...

@yysun Any chance this can be upgraded to VS 2022 soon? We are blocked from upgrading to VS 2022 because this tool is so crucial to our workflow. But that...

FYI - VS2019 now shows a message indicating it is no longer supported. ![image](https://user-images.githubusercontent.com/1538288/163470632-f7059d4b-dfc0-4233-bf04-93b0074a9ca7.png)

Yes, I noticed they did that. However, the performance of that window is unacceptably slow. It takes around 3-4 seconds just to display 1 file and there is no easy...

Thanks. You might want to change that blog post then because this really isn't a replacement for LinkedHashMap, it is a replacement for *one constructor overload* of LinkedHashMap. Since I...

@ste8 Any chance you could share the changes you made that fixed the error from happening when using LurchTable on Xamarin.iOS?

Thanks. Just out of curiosity, does it work on Xamarin.iOS if you de-nest the `AddInfo` struct and change its definition to the following? ```c# struct AddInfo : ICreateOrUpdateValue ``` If...

Do note that I am working on getting Lucene.NET beta00007 out within the next few days. We'd like to include a fix for this, if possible. I have attempted to...

Great. We have confirmation the above fix will work @ [LUCENENET-602](https://issues.apache.org/jira/projects/LUCENENET/issues/LUCENENET-602) @csharptest - Are you still around to maintain this project? If I submit a PR with the fix, will...