Can I work with Visual Studio Offline?

7.7k Views Asked by At

I lost internet for a while (Im just back). When I try to create a new project to test a few thing while waiting. Get a message can't download Nuget package when trying to create a controller.

So can I setup Visual Studio to have a local version, so I can keep working even if lose internet?

I try to google but only have instruction for installing VS offline. Not about working offline.

2

There are 2 best solutions below

1
AudioBubble On

Yes!, after you install Visual Studio, you can use it even if you have no connection, obviously the functions that require internet can not be used.

If Scaffolding is a internet function, you cannot use it if you not have internet

0
Ahmed Mohamed On

You can use Visual Studio without internet

Creating Project works fine

And Building tool also works fine

There are some codes or files that need internet in order to work, But don't worry

(Note that I'm using VS 2022)