Is it possible to have an offline installer for DotNetCore.1.0.1-VS2015Tools.Preview2 ?
相关问题
- Dotnet Core API - Get the URL of a controller meth
- Why am I unable to run dotnet tool install --globa
- Singleton with AsyncLocal vs Scope Service
- What would prevent code running in a Docker contai
- .NET Core gives unknown error while processing HTT
相关文章
- DotNet Core console app: An assembly specified in
- EF Core 'another instance is already being tra
- Build errors of missing packages in Visual Studio
- Visual Studio 2015 JSX/ES2015 syntax highlighting
- Re-target .NET Core to net471, net 472
- Edit & Continue doesn't work
- Publishing a Self-contained Console app fails
- Calling a .Net Framework 4 (or Mono) assembly from
Thanks to @Lex Li for the answer.
Download the online installer from here then:
/layout
switch (with a space)As I know the
/layout
switch works with mostMicrosoft
online installers, but sometimes downloads lots of packages that may you don't need. So it is not recomended when you need only one time installation.The Visual Studio installer downloaded about 25 GB of files when I used this switch, but online installer only used about 4 GB of data in my situation.