dotnet-api-diff

System.Security.Claims

 namespace System.Security.Claims {
     public static class PrincipalExtensions {
-        public static string FindFirstValue(this ClaimsPrincipal principal, string claimType);
+        public static string? FindFirstValue(this ClaimsPrincipal principal, string claimType);
     }
 }