CommunityToolkit/WindowsCommunityToolkit

BladeItem should be BladeViewItem to be consistent with typical naming conventions

Open

#3.597 geöffnet am 3. Dez. 2020

Auf GitHub ansehen
 (5 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C# (1.403 Forks)batch import
bug :bug:good first issueimprovements :sparkles:introduce breaking changes :boom:maintenance :gear:next preview :airplane:open discussion :telephone:

Repository-Metriken

Stars
 (5.708 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide