Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
429 stars 49 forks source link

Support for custom assembly toggles on UI #17

Closed unaizorrilla closed 5 years ago

unaizorrilla commented 5 years ago

KownTypes toggles on UI only work with Esquio assembly, we need to include custom assemblies to scan and work on the UI.

lurumad commented 5 years ago

Hi @unaizorrilla

Can you explain this a bit more?

Regards!

unaizorrilla commented 5 years ago

Yeap!

We need to validate how add custom toggles to UI project and review if pre-defined components for each toggle parameter type works well.

We can use existing custom toggles on Esquio.Contrib and create a demo script ( similar to demos/AppWithUI but with custom toggles).