hallidev
hallidev
I get this frequently too and I'm unsure of the cause. I have a timer running to periodically reconnect which works well enough for what I'm doing, but it's still...
There is a method on the Visualizer class called SetScalingMode - have you tried that?
Few issues I've run into that I'm unsure how to handle: 1: Current broken code: ``` await _interaction.GrantConsentAsync(context, ConsentResponse.Denied); ``` ```ConsentResponse.Denied``` no longer exists, but I'm unsure how to construct...
@brockallen Gotcha - I will take a look at that. Are there simple answers for my other questions? Was just hoping to get some guidance on the breaking changes.
@mkArtakMSFT I'm curious why this is considered minor severity and has been pushed from Next sprint planning? This is a pretty major issue and a deviation from how everything else...
@trygvelo Thanks - will give this a try