Skip to content

Fix execution gets stucks on single netstandard source#4497

Merged
nohwnd merged 1 commit intomicrosoft:mainfrom
nohwnd:get-stuck-on-netstandard
May 30, 2023
Merged

Fix execution gets stucks on single netstandard source#4497
nohwnd merged 1 commit intomicrosoft:mainfrom
nohwnd:get-stuck-on-netstandard

Conversation

@nohwnd
Copy link
Copy Markdown
Member

@nohwnd nohwnd commented May 30, 2023

Description

When none of the sources that are provided for the run are runnable, we want to throw an exception. Otherwise we want a warning. The code was checking the startup info for null, which is never null. Instead we want to check the actual determined type of runtime provider, to see if none of the provided sources has one.

Related issue

Fix #4392

Kindly link any related issues. E.g. Fixes #xyz.

  • I have ensured that there is a previously discussed and approved issue.

Loading
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.

Running /ListTests on a netstandard library hangs indefinitely

2 participants