C
C#9mo ago
eid

✅ dotnet add reference in vscode

there is gui way to add reference in vscode instead of run command or type , i mean like vs community does, just r click and choice add referenceee ?
5 Replies
Angius
Angius9mo ago
Not that I know of Well, now I do know of one: https://marketplace.visualstudio.com/items?itemName=aliasadidev.nugetpackagemanagergui All it took is a google search
eid
eid9mo ago
good, but i don't mean add external package, i mean add refrence to dll in my project to anther project
Angius
Angius9mo ago
Then no, I don't think anything like that exists CLI is the VSCode way, I'm afraid
Accord
Accord9mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
eid
eid9mo ago
in c#devkit extension, i found in it that there is option to do that
No description