Skip to content

Instantly share code, notes, and snippets.

@weeksdev
Created December 10, 2019 18:05
Show Gist options
  • Save weeksdev/979dd5e16937e34bb3a3d1bb909e0785 to your computer and use it in GitHub Desktop.
Save weeksdev/979dd5e16937e34bb3a3d1bb909e0785 to your computer and use it in GitHub Desktop.
VS Code Setup Dotnet Core

VS Code Setup

  1. Install VSCode _ Install C# Extensions _ Install Auto-Using
  2. Install dotnet sdk 2.2.402 -> https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-2.2.402-windows-x64-installer
  3. Install msbuild 2019 -> Build Tools for Visual Studio 2019 (Down on bottom) -> https://visualstudio.microsoft.com/downloads/
  4. Install dbeaver to be able to view sqlite dbs or use this for simple option: https://sqlitebrowser.org/blog/portableapp-for-3-11-2-release-now-available/
  5. From cli run: dotnet dev-certs https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment