From 9eb96a699f3303bb5df30ff9a91a93a501491b21 Mon Sep 17 00:00:00 2001 From: v-thepet Date: Sat, 11 Jul 2026 15:10:40 -0700 Subject: [PATCH 1/2] fix 1 link --- .../release-notes/aspnetcore-9/includes/produces-problem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/release-notes/aspnetcore-9/includes/produces-problem.md b/aspnetcore/release-notes/aspnetcore-9/includes/produces-problem.md index 7ee71975ef76..9b6ad7c38072 100644 --- a/aspnetcore/release-notes/aspnetcore-9/includes/produces-problem.md +++ b/aspnetcore/release-notes/aspnetcore-9/includes/produces-problem.md @@ -22,4 +22,4 @@ Prior to .NET 9, constructing [Problem](/dotnet/api/microsoft.aspnetcore.http.ty :::code language="csharp" source="~/fundamentals/openapi/samples/9.x/ProducesProblem/Program.cs" id="snippet_2" ::: -Thanks to GitHub user [joegoldman2](https://github.com/joegoldman2) for this contribution! +Thanks to GitHub user joegoldman2 for this contribution! From 2efd4f6597d7050267a40c07cebf6bcb2d4e6067 Mon Sep 17 00:00:00 2001 From: Theano Petersen Date: Mon, 13 Jul 2026 11:36:11 -0700 Subject: [PATCH 2/2] Update aspnetcore/release-notes/aspnetcore-9/includes/produces-problem.md Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com> --- .../release-notes/aspnetcore-9/includes/produces-problem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/release-notes/aspnetcore-9/includes/produces-problem.md b/aspnetcore/release-notes/aspnetcore-9/includes/produces-problem.md index 9b6ad7c38072..3a5a208ad1b8 100644 --- a/aspnetcore/release-notes/aspnetcore-9/includes/produces-problem.md +++ b/aspnetcore/release-notes/aspnetcore-9/includes/produces-problem.md @@ -22,4 +22,4 @@ Prior to .NET 9, constructing [Problem](/dotnet/api/microsoft.aspnetcore.http.ty :::code language="csharp" source="~/fundamentals/openapi/samples/9.x/ProducesProblem/Program.cs" id="snippet_2" ::: -Thanks to GitHub user joegoldman2 for this contribution! +Thanks to Joseph Goldman for this contribution!