Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
That way they can freely change the time limit whenever they want. And if your app breaks, it's your app's fault for taking too long now. 🤡
-
https://learn.microsoft.com/en-us/... reads like this is meant to allow for "lengthy" freeing of unmanaged resources used by managed .net code. "long time" is indeed a stupid term here.
But the whole thing stinks anyways. That i would have to explicitly call DisposeAsync instead of the runtime doing it for me when garbage collecting an object implementing IAsyncDisposable is just asking for a memory leak. I wonder, why they did it that way. -
KDSBest7751yhttps://learn.microsoft.com/en-us/...
Can't find the thing you talk about.
https://learn.microsoft.com/en-us/...
Ah found it sorry.
Just means don't do any long running task in there. This usually means MS had one client doing long really long running shit in there.
Related Rants
"Developer code must ensure that IAsyncDisposable implementations don't take a long time to complete."
Ah yes, the very technical "long time" unit of measurement. God why don't you just go fuck yourself microsoft
rant
docs
🤡
microsoft
clownworld
what
lol
blazor
documentation