microsoft / typespec

https://typespec.io/
MIT License
4.55k stars 222 forks source link

C# Emitter should detect the missing dependencies for un-branded scenario #5167

Open lirenhe opened 4 days ago

lirenhe commented 4 days ago

Clear and concise description of the problem

In order to let vscode typespec extension report the missing dependencies to run codegen, C# Emitter should have the ability to detect the missing dependencies in the target machine for un-branded scenario and return the correct message.

Please check for more details: https://github.com/microsoft/typespec/issues/5166

Checklist