Johan Larsson

Results 205 comments of Johan Larsson

Somewhat related: xaml formatting is [a solved problem](https://visualstudiogallery.msdn.microsoft.com/3de2a3c6-def5-42c4-924d-cc13a29ff5b7).

https://github.com/NuGet/Home/issues/9106

16 s is still a lot if it is correct.

An alternative is to use `paket.exe auto-restore on` that way paket restores on build.

When thinking about this more I don't think the question is about paket at all. Is there a reason the demo projects cannot be in the main sln? A sln...

Is the type you are binding to `int[,]`? If so you need to wrap the elements and bind to a property. This is the same limitation as if you do:...

The code was not a suggestion for a fix, it was an example of the limitation you hit.

I'll ping you if I write one but not sure when I will find the time.

Thanks for reporting! I'll have a look, the internals are a bit messy here.

Sounds useful even if not common. What type should be used for `CellItems` maybe `ReadOnlyObservableCollection` is best.