Skip to content

public virtual TKey ConvertIdFromString(string id) does not work for Guid #47

@bprodduturi

Description

@bprodduturi

Could you please change the ConvertIdFromString method to return using this code in the Microsoft.AspNetIdentity.Owin.SignInManager class:

return (TKey)TypeDescriptor.GetConverter(typeof(TKey)).ConvertFromInvariantString(id);

I downloaded the source code, made this change on my local. However, when I try to run my project with this new update I get an error about StrongName verification.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions