More work on nullable reference types

This commit is contained in:
Nikolaj Geisle
2022-03-31 14:35:23 +02:00
parent 2460c82e02
commit 4571ecb0e3
88 changed files with 388 additions and 340 deletions

View File

@@ -79,7 +79,7 @@ namespace Umbraco.Extensions
}
public static void SetReasonPhrase(this HttpContext httpContext, string reasonPhrase)
public static void SetReasonPhrase(this HttpContext httpContext, string? reasonPhrase)
{
//TODO we should update this behavior, as HTTP2 do not have ReasonPhrase. Could as well be returned in body
// https://github.com/aspnet/HttpAbstractions/issues/395