Miha Markič

Results 49 issues of Miha Markič

Tried installing from NuGet on a .NET Standard but it wouldn't install (some packages incompatible with .NET Standard it says). Is this by design?

Not sure if I'm reading iOS code correctly but it seems that you trigger visibility change on both willShow and didShow. I would expect to it being triggered only on...

Since tags are always a string, Point.Tags might be a Dictionary instead of Dictionary.

Point is a class hosting other classes (i.e Dictionary) which is not exactly the best performer due to GC. A struct, or even better, a readonly struct might be a...

I think there should really be value converters in here. Besides classic IValueConverter there could be simply a pair of Func being passed to binding method.

.NET Framework library is missing in NuGet package. Any particular reason for that? I mean the .NET Standard is cool and all that, but it would drag a ton of...

enhancement

DotNetCore-Pack would try to pack all projects withing the target directory, even if they are not a part of the solution. My workaround was to move the "problematic" project out...