Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not require the "SelectedTarget" to be an executable project #473

Closed
wants to merge 1 commit into from

Conversation

llfab
Copy link
Sponsor

@llfab llfab commented May 6, 2024

In some occasions the target project is actually not an executable project where ProjectInfo.IsExecutable return false. In such a case previewer runs into an error path "no executable found".

This should fix: #472

It seems that the Rider integration also does not check for such a condition.

@llfab
Copy link
Sponsor Author

llfab commented May 6, 2024

Actually, this is not the solution to the problem. It seems that there can be nuget packages that would cause the exe project to loose its Properties, such that the extension does not recognize it as .IsExecutable

@llfab llfab closed this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"No executable found" when integrating Microsoft.ML.OnnxRuntime.DirectML
1 participant