Skip to content

Commit 63932e3

Browse files
authored
Update HttpResponseJsonExtensions.cs (#42295)
1 parent bad6176 commit 63932e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Http/Http.Extensions/src/HttpResponseJsonExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public static Task WriteAsJsonAsync<TValue>(
105105
/// <param name="contentType">The content-type to set on the response.</param>
106106
/// <param name="cancellationToken">A <see cref="CancellationToken"/> used to cancel the operation.</param>
107107
/// <returns>The task object representing the asynchronous operation.</returns>
108-
[RequiresUnreferencedCode(RequiresUnreferencedCodeMessage)]
109108
#pragma warning disable RS0026 // Do not add multiple public overloads with optional parameters
110109
public static Task WriteAsJsonAsync<TValue>(
111110
#pragma warning restore RS0026 // Do not add multiple public overloads with optional parameters

0 commit comments

Comments
 (0)