Dreamescaper / BlazorBindings.Maui

MAUI Blazor Bindings - Build native and hybrid MAUI apps with Blazor
MIT License
251 stars 23 forks source link

Generator: allow to use Aliases to set type name alias #99

Closed Dreamescaper closed 1 year ago

Dreamescaper commented 1 year ago

Per discussion in #97.

It is allowed to use Aliases property to set type name alias if the first value is a type name (instead of a property name).

Example:

[assembly: GenerateComponent(typeof(AlohaKit.Controls.Button), Aliases = new[] { "Button:AlhButton" })]