bprodduturi

Results 1 issues of 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,...