Ken Sykora
Ken Sykora
We have an app that uses multiple `PreferredStatusBarStyle` between screens that are presented, and our `Info.plist` file has it set to use the status bar style per view controller. When...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
**Describe the bug** I'm trying to invoke this endpoint here: https://docs.microsoft.com/en-us/graph/api/user-revokesigninsessions?view=graph-rest-1.0&tabs=http It describes it as ``` POST /users/{id | userPrincipalName}/revokeSignInSessions ``` I'm invoking the c# client lib as such: ```csharp...
Currently when an inheritance model is used, behavior within Vault is undefined. For example, for the Castle factory, this test currently passes ``` csharp public class InnerClassNoAttributeExtendsBaseClassAutoMap : BaseClassWithAutoMap {...