Oleksii Sachek

Results 5 issues of Oleksii Sachek

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/827616 Added `PublishToFolder` unit test, refactored `Publish` method (cannot test it before - there was a lot of logic dependent on `IdeApp`).

Hello, I'm using the `angular-froala-wysiwyg` package version `3.2.7`. There is an issue with SVG file upload when the `imageUploadURL` is specified - two SVG files are being inserted into the...

There is a lot of accessibility-related APIs existing in [Application Services](https://developer.apple.com/documentation/applicationservices) framework that does not have bindings to them in Xamarin.Mac. For example, I cannot find any binding for [AXUIElement](https://developer.apple.com/documentation/applicationservices/axuielement_h)...

enhancement
help wanted
macOS
missing-api-bindings

Based on the [Directory role - List members](https://learn.microsoft.com/en-us/graph/api/directoryrole-list-members?view=graph-rest-1.0&tabs=http#example-2-get-the-members-of-a-directory-role-using-roletemplateid) article, there is a possibility to query directory role members using `roleTemplateId`: ```curl GET https://graph.microsoft.com/v1.0/directoryRoles(roleTemplateId='43a63cc2-582b-4d81-a79d-1591f91d5558')/members ``` However, Graph SDK only allows querying...

Bug: metadata
OpenApi

### Describe the bug Pagination stopped working correctly for multiple Microsoft Graph API resources since 2024-06-29. In particular, this includes the following endpoints (but potentially could affect more, those are...

Service issue
Needs: Attention :wave:
type:bug