Matvei Stefarov

Results 44 comments of Matvei Stefarov

![fNbt Issue 20 profiling results in dotTrace](https://i.imgur.com/uAtBSfI.png) Here are the profiling results by the way, before/after.

Thanks for letting me know. I will add an option in the next release.

Should be doable now with dotnet-core 2.0 / .NET Standard

This is a pretty old project that was not built with Mono in mind. It relies on GDI+ (System.Drawing.Graphics), which back then only really worked under Windows. Looks like [Mono](https://github.com/mono/libgdiplus)...

You are most likely getting a NullReferenceException because `root.Get(...)` cannot find a tag named "Blocks". When a given tag cannot be found, `root.Get(...)` returns null. Trying to get ByteArrayValue from...

+1, this would be a very helpful addition.

@XceedBoucherS I retested with 4.6.97 and 5.0.103 and the issue described in https://github.com/xceedsoftware/wpftoolkit/issues/1090#issuecomment-705888339 is still reproducible.

Sorry, I accidentally tested with [dotnetprojects/WpfExtendedToolkit](https://github.com/dotnetprojects/WpfExtendedToolkit) fork instead of the official builds. Just retested with 4.5.1 and read-only collections now expand correctly, with or without a public setter. Thank you...

I tried loading MAUI symbols for my app and found it very frustrating. Out-of-the-box, VisualStudio cannot find any symbols. The "Modules" window fails to show which version of the DLL...

This is an ambitious proposal, but I would even be satistied with the simpler original scope of https://github.com/dotnet/csharplang/issues/1757 I'd love to see allocation-free `params Span` overloads for common system methods...