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

Fix HostIdentifier bindings for item templates #23912

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Conversation

jfversluis
Copy link
Member

@jfversluis jfversluis commented Jul 30, 2024

Description of Change

Noticed some weird cli output when trying to create item templates.

Processing post-creation actions ...
The post action 84c0da21-51c8-4541-9940-6ca19af04ee6 is not supported.
Description: Opens NewPagel.xaml in the editor.

image

This is caused because the HostIdentifier variable is not bound for these templates. This change fixes that.

The templates currently work fine, they just give this weird warning.

Issues Fixed

Related similar earlier PR: #13903

@jfversluis jfversluis added the area-templates Project templates, Item Templates for Blazor and MAUI label Jul 30, 2024
@jfversluis jfversluis requested a review from a team as a code owner July 30, 2024 11:36
@jfversluis jfversluis merged commit 975342e into main Jul 30, 2024
14 checks passed
@jfversluis jfversluis deleted the fix-item-templates branch July 30, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-templates Project templates, Item Templates for Blazor and MAUI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants