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

Incorrect type name generation in the ContentPage with BlazorWebView item templates #201

Closed
egvijayanand opened this issue Feb 18, 2024 · 1 comment
Assignees

Comments

@egvijayanand
Copy link
Owner

  • The file gets generated with the type name Page suffixed whereas, within those files, the actual type name and its reference in the constructor are not suffixed with Page.

For example:

dotnet new maui-bwv-cs -n Home

Output:

Filename: HomePage.cs
Type name: Home (without the suffix)

@egvijayanand egvijayanand self-assigned this Feb 18, 2024
@egvijayanand
Copy link
Owner Author

The fix for this issue is made available in the template package release v5.0.1

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

No branches or pull requests

1 participant