Skip to content

Commit 527cfb0

Browse files
Copilottdykstra
andauthored
Split error handling documentation by version for .NET 9/10 moniker ranges (#36040)
* Initial plan * Create error-handling9.md include and add SuppressDiagnosticsCallback documentation Co-authored-by: tdykstra <[email protected]> * Fix invalid include path in error-handling9.md Co-authored-by: tdykstra <[email protected]> * Revert SuppressDiagnosticsCallback changes keeping only version split Co-authored-by: tdykstra <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: tdykstra <[email protected]>
1 parent 9394bf9 commit 527cfb0

File tree

2 files changed

+336
-1
lines changed

2 files changed

+336
-1
lines changed

aspnetcore/fundamentals/error-handling.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ uid: fundamentals/error-handling
1212

1313
[!INCLUDE[](~/includes/not-latest-version.md)]
1414

15-
:::moniker range=">= aspnetcore-9.0"
15+
:::moniker range=">= aspnetcore-10.0"
1616

1717
This article covers common approaches to handling errors in ASP.NET Core web apps. See also <xref:fundamentals/error-handling-api>.
1818

@@ -343,8 +343,10 @@ An alternative approach to generate problem details is to use the third-party Nu
343343
* <xref:test/troubleshoot-azure-iis>
344344
* <xref:host-and-deploy/azure-iis-errors-reference>
345345
* <xref:fundamentals/error-handling-api>
346+
* [Breaking change: Exception diagnostics are suppressed when `IExceptionHandler.TryHandleAsync` returns true](https://github.com/aspnet/Announcements/issues/524)
346347

347348
:::moniker-end
348349

350+
[!INCLUDE[](~/fundamentals/error-handling/includes/error-handling9.md)]
349351
[!INCLUDE[](~/fundamentals/error-handling/includes/error-handling8.md)]
350352
[!INCLUDE[](~/fundamentals/error-handling/includes/error-handling3-7.md)]

0 commit comments

Comments
 (0)