Mike Battista

Results 94 comments of Mike Battista
trafficstars

I could not repro on Windows 11 22H2. It took a minute to create the project but it eventually did complete.

Could you clarify what options you chose in the wizard for your project and how you're setting the project to SelfContained?

Is this a timing issue? Is MenuItems eventually populated when you use MenuItemsSource? Also you're trying to cast a MenuItemsSource to an IEnumerable to get the list of MenuItems. Is...

GetSelectedItem is expecting a collection, yes, but MenuItemsSource isn't a collection as you said. It's an object. Are you saying that you've confirmed that if MenuItemsSource isn't null, casting it...

I understand the problem you reported. I don't expect the workaround you tried (to cast MenuItemsSource to an IEnumerable) is a valid workaround. If it's just a timing issue, there...

We need to make sure we don't regress any user experience/functionality if we switch. From https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/differences-between-github-apps-and-oauth-apps for example, > There is one case where an OAuth App is preferred over...

@dkbennett We did some work in the latest release to support entering on-prem ADO server URIs when setting up widgets, etc. but need some validation in the wild. If you're...

The test flow would be to connect your Microsoft or Work account that you use in ADO Server to Dev Home in Dev Home Settings -> Accounts -> Add ->...

You need to connect your account first. ADO Server flow and auth is different than GitHub Enterprise Server flow. If you used an external email address when initially connecting to...

Thanks. For GitHub Enterprise Server, we have a flow where you enter the server and then enter a PAT. Would that flow work in your ADO Server scenarios?