Performance: Use Identifier helper in more cases#9558
Performance: Use Identifier helper in more cases#9558ScarletKuro merged 2 commits intoMudBlazor:devfrom xC0dex:refactor/use-identifier
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #9558 +/- ##
==========================================
+ Coverage 89.82% 90.56% +0.73%
==========================================
Files 412 406 -6
Lines 11878 12725 +847
Branches 2364 2465 +101
==========================================
+ Hits 10670 11525 +855
+ Misses 681 639 -42
- Partials 527 561 +34 ☔ View full report in Codecov by Sentry. |
|
I would think that the It was just never finished. |
|
Just a quick question, on why did we remove the prefixes like |
For me, this is only a generated ID and there was no benefit for me keeping the prefix. In addition, this was inconsistently used, so I guess this was only used to prevent invalid characters as the first letter. |
Ok, I'm just hoping that nobody used this for Selenium testing etc. |
If something occurs, please mention me. Generated IDs shouldn't be used as a selector. |
Description
Identifierhelper class where it's possible.uidfield inColumncomponent.How Has This Been Tested?
Existing tests.
Checklist
dev).