Peter

Results 65 comments of Peter

@seannybgoode Were you able to find a repro? Would you mind creating a separate issue with repro steps or just more details. It'll help with tracking. Thanks,

Yea, I think this work was just split into more manageable pieces. My 2 cents - I would only merge this and other related PRs when the full feature is...

@Sergio0694 you're right. I think initially that was written to mean as you have to pay attention to reflection-based code when using AOT. @michael-hawker net45 is one of the targets...

More details sent via email, but in general: there seems to be 2.2x fewer errors with the updated Http client on Msal.Desktop.

Hello. I also just had a fun time researching this topic. I used similar test code to the one in the first post. When comparing the parameter types for actual...

Closing this as the separate MSAL package without Windows dependencies was provided. The investigation for the confidential/public client split will be tracked via #3900

@charlesroddie Do you target .NET 8, net8.0-ios?

Microsoft.Identity.Client adds Windows Forms reference only on `net6.0-windows` and `net462` platforms. So `net7.0` app should pick up `net6.0` MSAL binary without the Forms. What's the exception that you get?