Andy Smolak

Results 6 comments of Andy Smolak
trafficstars

Of note: I just tested this with a colleague, different machines with vastly different display setups and GPUs. Both in .net4.8 and .net5.

Thanks for the insight! I'll update if/when I collect some more information surrounding the situation.

This problem still exists for WPF. And it dirties up the logs significantly. If you are using Serilog, I recommend [Serilog.Expressions](https://github.com/serilog/serilog-expressions), makes it really easy to filter them out at...

That makes sense. I found one more related issue yesterday, not sure if it should be filed separately or not: For more complex MVVM applications I like to create design...

Basically, migrations are not getting called for some serialized objects that happen to be referenced by "$ref" later on. I attempted to fix [MigrationConverter.ReadJson](https://github.com/Weingartner/Migrations.Json.Net/blob/dbe57a7b05c3ad863d97a52e226d4890edc8faf1/Weingartner.Json.Migration/MigrationConverter.cs#L36) to check for ref, and to...