alex098304
Can't Figure Out How to Generate MSIX on Publishing MAUI App
I ended up using msbuild command after some toying around and got it to build. App is successfully in the store for my beta testers. If you're reading this in the future, no, I'm probably not smart enough to help you debug it. I just kept tinkering until it worked, and I don't know why it works compared to all the other times I tried.
3 replies
❔ Using Microsoft Graph to verify users exist based on IEnumerable<Guid>
Note to self, this page is helpful https://learn.microsoft.com/en-us/graph/filter-query-parameter?tabs=http
15 replies
❔ Using Microsoft Graph to verify users exist based on IEnumerable<Guid>
Yeah. I wish the documentation was better for this API. I’m so confused. Like. I still dont understand exactly what the datatype of graphClient.Users even is or how the [] operator works on it. Like, I initially thought it was like a dictionary, but I guess it isn’t.
15 replies