Experimental Mobile Blazor Bindings - Build native mobile apps with Blazor
Перейти к файлу
Eilon Lipton 490a71f8fe Remove code coverage steps 2019-09-24 11:51:00 -07:00
.vscode Add Azure pipelines YML 2019-09-24 10:49:11 -07:00
azure-pipelines Remove code coverage steps 2019-09-24 11:51:00 -07:00
samples Move everything to 'src' and 'samples' folders 2019-09-23 16:48:56 -07:00
src Remove code coverage steps 2019-09-24 11:51:00 -07:00
tools Add Library.Template tools 2019-09-24 11:20:43 -07:00
.editorconfig Create .editorconfig 2019-09-17 12:08:31 -07:00
.gitattributes Add initial code from Steve 2019-08-02 16:49:21 -07:00
.gitignore Add initial code from Steve 2019-08-02 16:49:21 -07:00
CONTRIBUTING.md Add Azure pipelines YML 2019-09-24 10:49:11 -07:00
Emblazon.sln Add Azure pipelines YML 2019-09-24 10:49:11 -07:00
LICENSE Add Azure pipelines YML 2019-09-24 10:49:11 -07:00
Readme.md Move everything to 'src' and 'samples' folders 2019-09-23 16:48:56 -07:00
azure-pipelines.yml Remove code coverage steps 2019-09-24 11:51:00 -07:00
global.json Update to .NET Core 3 RTM 2019-09-23 11:37:30 -07:00
init.cmd Add Azure pipelines YML 2019-09-24 10:49:11 -07:00
init.ps1 Change dotnet restore path 2019-09-24 11:26:41 -07:00
nuget.config Update to latest NuGet packages 2019-09-04 16:54:49 -07:00
version.json Add Azure pipelines YML 2019-09-24 10:49:11 -07:00

Readme.md

Emblazon - Home of Blaxamarin and BlinForms

What is Emblazon?

Emblazon enables using Blazor to target native UI renderers (as opposed to web renderers). This repo contains implementations that target Windows Forms and Xamarin.Forms.

Required software

Emblazon and its related projects require:

  1. Visual Studio 2019 Preview
    • For Blaxamarin, the Xamarin workload must be enabled in Visual Studio
    • For BlinForms, you must run on Windows (that's the in of BlinForms!)
  2. .NET Core 3.0 Preview SDK

Project structure

There are 3 main areas:

  1. Emblazon - Base framework for Blazor rendering to native UI frameworks.
  2. BlinForms - Blazor rendering to WinForms.
  3. Blaxamarin - Blazor rendering to Xamarin.Forms.