Build from Source

Important

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

Note

These instructions are Windows-only, but suitable alternatives should work on other operating systems.

  1. Clone the repo from https://github.com/xamarin/MobileBlazorBindings
  2. Open a Visual Studio Developer Command Prompt window
  3. Navigate to the repo root
  4. Run init.cmd from the command line to install required assets (a one-time operation)
  5. Run msbuild to build all projects
  6. Run pack.cmd to produce NuGet packages. The output will be in the repo root's bin directory.
  7. You can now copy these packages to a local folder and use that local folder as a NuGet package feed in the NuGet Package Manager or NuGet.config file.