Patrick Long
Patrick Long
Any plans for this to be changed? Apps won't work be updatable after December 2020. https://developer.apple.com/news/?id=12232019b
@Clancey I'm assuming you can close this one after your recent update
Geez, despite wandering all over the the code in GitHub I could not see this. Thanks
Thanks to this issue report https://github.com/AzureAD/microsoft-identity-web/issues/379#issuecomment-666526566 and comment from Jean-Marc and now know that ot was a value in secrets.json that was overriding my config. Is there no way to...
Is there likely to be a fix for this issue? As mentioned in this StackOverflow answer, https://stackoverflow.com/questions/24395412/minification-failed-returning-unminified-contents/24907048#24907048 - @import - @keyframes - @-webkit-keyframes Are all issues
@nexxuno I do think it is a bug and it's good to hear i'm not the only one. I'd love to get some input from @rid00z but in the meantime...
Do you have a project where we could see this repro?
I am currently trying to use a HeartAnimation with RepeatForever and a DataTrigger. When I add RepeatForever the animation never starts. If i do not use Repeat Forever the animation...
Brian, Now that MS has bought Xamarin its alot easier to get a license. Any chance of an update for MVVMCross 4.0 please? Thanks Pat
Sorry for the delay in replying... ``` jwtBearerOptions.ForwardDefaultSelector = context => { var token = string.Empty; if (context.Request.Headers.TryGetValue("Authorization", out var value)) { string authorization = value; if (authorization.StartsWith("Bearer ", StringComparison.OrdinalIgnoreCase))...