Adam Sitnik
Adam Sitnik
18. Why do we expose a possibility to specify non-generic default value? It creates type mismatch risk? ```cs Option runApiCompatOption = new("--run-api-compat", "...."); runApiCompatOption.SetDefaultValue(123); // providing int for a bool...
> Independent of whether the type stays or goes, it would be nice that APIs accept a Command instead of a RootCommand That is definitely one of our goals. >...
Once it gets implemented, [AspNetCore.HealthChecks.Oracle](https://www.nuget.org/packages/AspNetCore.HealthChecks.Oracle) (a popular health check package for Oracle with more than 2 milion downloads) should start using it too. I've created https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/issues/2122 to track it.
@jkotas @jeffhandley big thanks on fixing the issue when I was offline!
137 means out of memory. The tests started to fail not only in main but also in older branches where we have not touched the code at all: https://github.com/dotnet/runtime/issues/100558 @dotnet/area-infrastructure-libraries...
> The System.IO.Net5Compat.Tests and the System.IO.Tests test processes are intermittengly getting killed on Linux shortly after starting, and the exit code is 137. 137 means out of memory. We have...
@carlossanlop sure, but could you please answer the question I've asked in https://github.com/dotnet/runtime/issues/100558#issuecomment-2051457144 ?
> this test does a couple of 2GB allocations. It's most likely one of the tests that causes the OOM 👍 But I am not sure that it's the only...
@vcsjones thanks, I was not aware of that! (BTW it sucks as in a way it hides quite important information like stacktrace of the method that caused OOM)
@janvorli who would be the best person to improve the docs for exception handling?