Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--with-ui-type blazor pr example (issue #48) #49

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PeterKneale
Copy link

Draft PR demonstating how the functionality descriebd in issue #48 might be introduced.

  • introduce a parameter with-ui-type with allowed values of none (default) or blazor
  • this allows later expansion to other ui types like razor pages etc.
  • "WithUi" has been changed to a computed type for now, derived from whether 'none' was selected. Ideally there would be later work to use the approprate 'with-ui-type' choice through the solution but this is simple enough and backwards compatible for now i believe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant