Skip to content

Commit 784f85f

Browse files
Update src/Identity/Extensions.Stores/src/UserStoreBase.cs
Co-authored-by: Martin Costello <martin@martincostello.com>
1 parent bba27b9 commit 784f85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/Extensions.Stores/src/UserStoreBase.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ protected virtual TUserToken CreateUserToken(TUser user, string loginProvider, s
238238
/// <param name="id">The id to convert.</param>
239239
/// <returns>An instance of <typeparamref name="TKey"/> representing the provided <paramref name="id"/>.</returns>
240240
[UnconditionalSuppressMessage("Trimming", "IL2026:Members annotated with 'RequiresUnreferencedCodeAttribute' require dynamic access otherwise can break functionality when trimming application code",
241-
Justification = "TKey is annoated with RequiresUnreferencedCodeAttribute.All.")]
241+
Justification = "TKey is annotated with RequiresUnreferencedCodeAttribute.All.")]
242242
public virtual TKey? ConvertIdFromString(string? id)
243243
{
244244
if (id == null)

0 commit comments

Comments
 (0)