Link to home
Start Free TrialLog in
Avatar of deleyd
deleydFlag for United States of America

asked on

NuGet with no internet connection? Code Metrics?

I have a computer with Visual Studio and no internet connection.

I'm programming in C#.

I would like to have some code metrics for my project. I see there's a Microsoft.CodeAnalysis.CSharp which looks promising; however, I have no internet connection so I cannot use NuGet to download it.

Is there a way I can download whatever is required to another computer, burn it to a DVD, and install it on my computer? How may I do that?

Bonus question: Any recommendations on open source code metric software for C#?
SOLUTION
Avatar of Dorababu M
Dorababu M
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of deleyd

ASKER

Thank you both.

Is Roslyn still in Beta?

It looks like FxCop is retired and replaced with Roslyn?