Skip to content

Instantly share code, notes, and snippets.

@Mohsens22
Last active November 14, 2022 13:29
Show Gist options
  • Select an option

  • Save Mohsens22/64cbccf5710ca50f5ca8ee17afe33846 to your computer and use it in GitHub Desktop.

Select an option

Save Mohsens22/64cbccf5710ca50f5ca8ee17afe33846 to your computer and use it in GitHub Desktop.
Geeks VPC update tools
dotnet tool install zebble-schema --global
dotnet tool install zebble-image --global
dotnet tool install zebble-format-zbl --global
dotnet tool install zebble-css --global
dotnet tool install zebble-compile-zbl --global
dotnet tool install zebble-build --global
dotnet tool install update-local-nuget-cache --global
dotnet tool install replace-in-file --global
dotnet tool install msharp-build --global
dotnet tool install generate-eventbus-command-proxy --global
dotnet tool install generate-data-endpoint-proxy --global
dotnet tool install generate-api-proxy --global
dotnet tool uninstall zebble-schema --global
dotnet tool uninstall zebble-image --global
dotnet tool uninstall zebble-format-zbl --global
dotnet tool uninstall zebble-css --global
dotnet tool uninstall zebble-compile-zbl --global
dotnet tool uninstall zebble-build --global
dotnet tool uninstall update-local-nuget-cache --global
dotnet tool uninstall replace-in-file --global
dotnet tool uninstall msharp-build --global
dotnet tool uninstall generate-eventbus-command-proxy --global
dotnet tool uninstall generate-data-endpoint-proxy --global
dotnet tool uninstall generate-api-proxy --global
dotnet tool update zebble-schema --global
dotnet tool update zebble-image --global
dotnet tool update zebble-format-zbl --global
dotnet tool update zebble-css --global
dotnet tool update zebble-compile-zbl --global
dotnet tool update zebble-build --global
dotnet tool update update-local-nuget-cache --global
dotnet tool update replace-in-file --global
dotnet tool update msharp-build --global
dotnet tool update generate-eventbus-command-proxy --global
dotnet tool update generate-data-endpoint-proxy --global
dotnet tool update generate-api-proxy --global
@Mohsens22
Copy link
Author

image

First you will need visual studio with following components installed:

  • ASP.NET and web development
  • .NET Multi-Platform App UI development (aka MAUI or Xamarin)
  • .NET Desktop development
  • Universal Windows Platform development

From indvidual components tab make sure Windows SDK 10.0.22000 and 10.0.18362 are installed
After installation of VS you'll need Android 9 and 10 SDKs. Make sure they are also installed

Make sure you also have the latest version of VS Code.

Then install sourcetree (and github desktop)
And then open a command line and paste this code:

git config --global pull.rebase true

@Mohsens22
Copy link
Author

Mohsens22 commented Nov 2, 2022

Also install "Web Compiler" extension on your visual studio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment