Mark Pflug

Results 42 comments of Mark Pflug

I wanted something similar to show the difference in CPU utilization (not just execution time) between a single-threaded and multi-threaded implementation. [This is what I came up with](https://gist.github.com/MarkPflug/55173728458020c6d335cc099c891c0b). I have...

Oh, I see. I was assuming that since nuget.org shows the per-version download numbers that you'd have access to that data as well.

I believe the folks in this issue are experiencing a deadlock caused by running in a SynchronizationContext (blazor server, or window GUI app for example). There are a few missing...

If you want to add a brief description about this to the readme.md, I will merge it.

An easy way to do this would be to add a condition to the PackageReference: ``` ``` This raising an interesting point though. This package should include proper build logic...

I'm probably not going to make any further changes to this package as there is a better way to do this now . The .NET project system and MSBuild have...

I'm not sure what's going on here. My best guess is that you are running into a framework version issue for some reason. That's usually what causes types from the...

@Tratcher Hey Chris, I just want to say thanks for taking the time to look at this. I think I see what I need to do to fix my issue,...

Right, it ends up buffering a `List`, not the actual input bytes. https://github.com/dotnet/runtime/blob/9aaa21dde5da67c5b686d49a8ef38c982410e899/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IAsyncEnumerableOfTConverter.cs#L135-L148

Good choice of CSV library. I approve.