CommunityToolkit/WindowsCommunityToolkit

BladeItem should be BladeViewItem to be consistent with typical naming conventions

Open

#3.597 aberto em 3 de dez. de 2020

Ver no GitHub
 (5 comments) (1 reaction) (0 assignees)C# (1.403 forks)batch import
bug :bug:good first issueimprovements :sparkles:introduce breaking changes :boom:maintenance :gear:next preview :airplane:open discussion :telephone:

Métricas do repositório

Stars
 (5.708 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Describe the bug

Most container controls follow the pattern of ____View and ____ViewItem for children. Currently we have BladeView but BladeItem instead of BladeViewItem.

Should we fix this for 7.0? Do we want to make this a complete break or figure out a transition scenario?

Guia do colaborador