Jonathan Peppers
Jonathan Peppers
The `GC.Collect()` call is to just "debug" memory problems. Otherwise the GC is non-deterministic and you'll never know if there is a leak or if the GC is just deciding...
Try these versions: ``` > dotnet tool list -g Package Id Version Commands -------------------------------------------------------------------------------------- dotnet-dsrouter 8.0.510501 dotnet-dsrouter dotnet-gcdump 8.0.510501 dotnet-gcdump dotnet-trace 8.0.510501 dotnet-trace ```
> System.IO.EndOfStreamException: Unable to read beyond the end of the stream. A coworker saw this, but reinstalled the dotnet tools, which might have fixed it? (Or could have been just...
I can see the two files, thanks. Is 001 the first dump?  Then 002 has:  It seems like it went up by ~200 bytes, what is the time...
@rolfbjarne we noticed this behavior here: * https://discord.com/channels/732297728826277939/732297916680765551/1238161549496160317 It looks like you could also set `$(_AppBundleName)`, but we shouldn't use a private MSBuild property: * https://github.com/xamarin/xamarin-macios/blob/3a4fe453f7574796308431e17a1e7ad9f5479cce/msbuild/Xamarin.Shared/Xamarin.Shared.props#L310 Should we come up...
If you look at any package on NuGet.org (I just chose a random AndroidX package): https://www.nuget.org/packages/Xamarin.AndroidX.AppCompat#supportedframeworks-body-tab If you see .NET 6+ on the `Frameworks` tab, then it's supported in .NET...
@ajhsu is going to look into this one.
This problem occurs if you type less than 5 letters
If someone can figure out, maybe because the extension *used* to be a spellchecker, it turns off built-in browser spellchecking?
Might be related to: https://github.com/jonathanpeppers/inclusive-code-reviews-browser/blob/05855caae78ccbf6397c3d1c2250048953f30485/src/content/ltAssistant.js#L824