Show / Hide Table of Contents

Uninstall Maui Blazor Bindings

Important

This project is an experimental release. We hope you try out Experimental Maui Blazor Bindings and provide feedback at https://github.com/Dreamescaper/BlazorBindings.Maui.

To uninstall Experimental Maui Blazor Bindings from your computer, run the following command:

dotnet new -u BlazorBindings.Maui.Templates

This will uninstall the project templates from your computer, making them no longer available for use with the dotnet new command. Other content from Experimental Maui Blazor Bindings may be on your computer wherever you already created projects or in various caches.

To verify the templates are uninstalled, run the following command and verify that the BlazorBindings.Maui.Templates package is gone:

dotnet new -u
  • Improve this Doc
In This Article
Back to top Generated by DocFX