We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad6176 commit 63932e3Copy full SHA for 63932e3
src/Http/Http.Extensions/src/HttpResponseJsonExtensions.cs
@@ -105,7 +105,6 @@ public static Task WriteAsJsonAsync<TValue>(
105
/// <param name="contentType">The content-type to set on the response.</param>
106
/// <param name="cancellationToken">A <see cref="CancellationToken"/> used to cancel the operation.</param>
107
/// <returns>The task object representing the asynchronous operation.</returns>
108
- [RequiresUnreferencedCode(RequiresUnreferencedCodeMessage)]
109
#pragma warning disable RS0026 // Do not add multiple public overloads with optional parameters
110
public static Task WriteAsJsonAsync<TValue>(
111
#pragma warning restore RS0026 // Do not add multiple public overloads with optional parameters
0 commit comments