You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of Xamarin products that enable cross-platform application development,
14
14
including stand-alone apps like Visual Studio for Mac.
15
15
16
-
This guide can be used to uninstall each product individually by navigating to the relevant section. The entire Xamarin toolset can be uninstalled by following this guide all the way through.
16
+
You can use this guide to uninstall each product individually by navigating to the relevant section, or use the scripts provided in the [Uninstall Script](#uninstall-script) section to uninstall everything.
17
17
18
-
If you have previously had Xamarin Studio installed on your machine, you may also need to follow the instructions in the [uninstall](https://developer.xamarin.com/guides/cross-platform/getting_started/installation/uninstalling_xamarin/) guide on developer.xamarin.com, in addition to the following steps.
18
+
If you have previously had Xamarin Studio installed on your machine, you may also need to follow the instructions in [Xamarin's uninstall](https://docs.microsoft.com/xamarin/cross-platform/get-started/installation/uninstalling-xamarin#uninstall-xamarin-studio-on-mac) guide, in addition to the following steps.
19
19
20
20
## Uninstall Script
21
21
22
22
There are two scripts that can be used to uninstall Visual Studio for Mac and all components for your machine:
23
23
24
-
-[Visual Studio and Xamarin script]()
25
-
-[.NET Core]()
24
+
-[Visual Studio and Xamarin script](#visual-studio-for-mac-and-xamarin-script)
25
+
-[.NET Core](#net-core-script)
26
26
27
27
The following sections provide information on downloading and using the scripts.
28
28
29
-
### Visual Studio for Mac and Xamarin
29
+
### Visual Studio for Mac and Xamarin script
30
30
31
31
You can uninstall Visual Studio and Xamarin components in one go by using the [uninstall script](https://raw.githubusercontent.com/MicrosoftDocs/visualstudio-docs/master/mac/resources/uninstall-vsmac.sh).
32
32
@@ -51,7 +51,7 @@ To run the script, do the following steps:
51
51
```
52
52
4. Finally, delete the uninstall script.
53
53
54
-
### .NET Core
54
+
### .NET Core script
55
55
56
56
The uninstall script for.NET Core is locatedin the [dotnet cli repo](https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/uninstall/dotnet-uninstall-pkgs.sh)
0 commit comments