Michael Mainer
Michael Mainer
Yep, the documentation needs a refresher.
For .Net bundle, I suggest an update to launchsettings.json to include the launchUrl setting: ```json "ECommerce.WebApiCore": { "commandName": "Project", "launchBrowser": true, "launchUrl": "https://localhost:5001/swagger/index.html", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "applicationUrl": "https://localhost:5001;http://localhost:5000"...
Thank you for the demo. Here's the feedback I captured from it: 1. I think it would be better to abstract getting the typed client by moving the code to...
I concur -- this would be so useful. I was thinking a Gist-based template source so that we can save our favorite requests. We could also use OneDrive to store...
No, this hasn't been done. This would be a persistent storage of requests created by the user. Customers, MVPs, PMs, field engineers demonstrate and test with Graph Explorer and could...
Did canary get removed as an option? Asking for a friend.
I think we just need to fail on alert. https://github.com/microsoftgraph/microsoft-graph-explorer-v4/blob/dev/azure-pipelines.yml#L65
Requested extension of demo tenant. Updated OneNote with info on how to request extension.
Thank you for the feature request. 753735
Partially related to https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/pull/510. If I understand correctly, IHttpClientFactory handles getting the appropriate client as it does the conditional checks itself for the target frameworks so that in this library,...