Results 8 issues of Rob Harwood

Hi, My team and I have noticed that when hitting an OData endpoint in parallel, the results returned seem to get scrambled, as though there is some kind of cross-talk...

followup

### Description I start with an application which generates a notification. I opted to use a foreground service to generate the notification however it doesn't seem to make a difference...

t/bug
platform/android 🤖
area/lifecycle 🔁
area/shell 🐢
s/verified
s/triaged

Hi, I see there is a new package for adding Netwonsoft JSON so I'm guessing there are available extensibility points for controlling the JSON serialization. We are using System.Text.Json, but...

question
investigated

### Description I have a style in a XAML file which looks like this; ```xaml ``` When I build I get the following output which points at the `Setter` line;...

t/bug
platform/android 🤖
platform/iOS 🍎
s/verified
s/triaged
potential-regression

Hi, When testing SCIM functionality with Entra ID (formally Azure AD) I noticed that when a user is disabled their active flag never goes back to "0" in the "ValueBoolean"...

bug

### Description When starting a debug session the provided errors are spewed out and breakpoints etc. do not work. I am uncertain as to the support story for XCode 16...

t/bug
platform/iOS 🍎
s/needs-attention
potential-regression

### Description Our app was reasonably stable - enough for production, however our iOS build machine died and the new one runs MacOS 15 with XCode 16. We have updated...

t/bug
platform/iOS 🍎
area-controls-collectionview
s/needs-attention
s/try-latest-version

Hi, Currently we are using the NetToplogySuite library with EF Core and everything works fine, except we cannot use OData with these properties. We simply want to be able to...

investigating