-
There's a (one-line) fix I'd like to see backported to 8.0.x. How do I go about it? The fix in question is: Without this we're seeing It seems like a very simple fix. Do I just create a PR against |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Backport PRs should only be opened by area owners. Customers should open issue/discussion for backport request. You will be asked for business impact and possibility for workaround/upgrading. |
Beta Was this translation helpful? Give feedback.
-
Killing the application on an cc: @dotnet/ncl |
Beta Was this translation helpful? Give feedback.
-
that fix looks simple enough so I would be supportive. However, I agree with @MihaZupan that killing process on such condition sees strange and we would still need justification for servicing committee to get approval e.g. we cannot do servicing as we please @swythan |
Beta Was this translation helpful? Give feedback.
Killing the application on an
UnobservedTaskException
seems like quite an overreaction, you should consider logging the errors and setting up alerts instead.There are usually several such bugs we fix in every .NET release, I don't know that this particular one would have an outsized impact.
cc: @dotnet/ncl