I am trying to learn Microsoft Service Fabric and completely new to Visual Studio .
I am trying to follow some tutorial on creating a Service Fabric stateless endpoint . But many missing references are there.
I come to know there are two options - Adding missing Assembly references and adding missing packages.
Using Nuget package manager console I tried adding one of the missing package but it failed as i didnt had the required dependency .
Is there any command or Visual studio option using that I can install all missing assembly , packages and there dependency in one go ?
Problem here is I am new to Microsoft tech stack and I am not aware of what reference requires which Assembly and respective packages with dependency .
