adrastogi

Results 20 comments of adrastogi

Related discussion in #1903. @azchohfi / @p4nu thanks for the reports here. If you are still experiencing this issue, would you mind filing feedback through the Feedback Hub under the...

Thanks, @erikh22l18! The extension should detect VS Code Insiders if you have it available when it's doing its dependency checks (you can see the implementation of that [here](https://github.com/microsoft/DevHomeAzureExtension/blob/main/src/AzureExtension/QuickStartPlayground/DependencyUIController.cs), so this...

@erikh22l18 can you please let me know the output of running `where code-insiders.cmd`? Thanks!

Trying to piece things together, could this be coming from the QDQ transformer? https://github.com/microsoft/onnxruntime/blob/a83fc4d58cb48eb68890dd689f94f28288cf2278/onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selector_action_transformer.cc#L151 Both the CPU and DML EPs are registered for LeakyRelu and Softmax, which are not supported...

>I manually deleted the following two folders Ah- those are OS-managed folders for the application platform and shouldn't be manipulated directly via the file system. There are other commands you...

The fix for this is to add the public nuget.org feed via the Nuget Package Manager UI in Visual Studio (https://api.nuget.org/v3/index.json). The WinAppSDK-SampleDeps feed does not cover all of the...

> But it _looks like_ Visual Studio won't update parameterized Imports to NuGet artifacts when updating NuGet versions. Sad. Indeed, we've stumbled on this with some of the Windows ML...

Acknowledged. To consolidate the troubleshooting, I propose using the [related issue](https://github.com/microsoft/WindowsAppSDK/issues/5862) filed in the WindowsAppSDK repository and we update this one with any findings.

@HemanLin-cl thanks for reporting this. Do you happen to have the MSIX Packaging Tools (which you can search for in the Visual Studio installer) enabled, out of curiosity? If not,...