Itamar Shoham

Results 8 comments of Itamar Shoham

Another example is any class implementing `System.Windows.Data.IMultiValueConverter`. Both methods `public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)` `public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)` raises...

No, I'm not targeting .NET core

My current conclusion that it is something to do with the environment since it's only occurring on SOME machines.

I've found the source of the problem. the sln is composed of multiple csproj, and all of them were targeting .NET 4.6.1 but many of the csproj still contained reference...

seems related: I'm experiencing **slowness** when the selected path is a long **network** path. If I enable `Native code debugging`, I see that the most time is spent somewhere in...

Another error message I I like to ignore - > certificate signed by unknown authority

I think it's already solved. I was able to reproduce it with 2.2.0 but not with 2.2.6 (current latest)

I guess that it's the same issue, but when I switch between branches, only the first button is referring to the correct one: ![multipleCommitButtons](https://user-images.githubusercontent.com/1774797/72917649-e65ec200-3d4c-11ea-8cb2-c3c1f09222f8.png) also, the easiest way to reproduce...