-
Notifications
You must be signed in to change notification settings - Fork 228
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
report nice error message when dotnet is not installed #5477
base: main
Are you sure you want to change the base?
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. |
} catch (error: any) { | ||
if (error && "code" in (error as {}) && error["code"] === "ENOENT") { | ||
reportDiagnostic(sdkContext.program, { | ||
code: "dependency-runtime-missing", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think runtime-dependency-missing
makes more sense.
Has this code been reviewed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update to runtime-dependency-missing
. The code is for csharp-emitter only. if needed, we can review by .net arch.
Fix #5364
dependency-runtime-missing
diagnosticdependency-runtime-missing
diagnostic error