test: Adding API bulk automation to Blazor.Lite#241
Merged
Conversation
…ching client-event.
kdinev
reviewed
Jul 10, 2026
kdinev
previously requested changes
Jul 10, 2026
damyanpetev
reviewed
Jul 10, 2026
damyanpetev
left a comment
Member
There was a problem hiding this comment.
At least the project use nullable, which is great, but there seems to be some warnings, that'd be lovely if resolved (should be the standard for all new code).
Overall, looking to clean up any and all "leftover" bits that are either not needed/used/for this source and keep the test reflection as flexible as possible so we can refactor components one by one
We'll still need to adjust some thing as we move them around (such as WCEnumNameAttribute vs the System.Text.Json equivalent we'll likely move to, BaseRendererControl references, etc).
…/igniteui-blazor into mkirova/bulk-automation
…API Code Coverage
damyanpetev
reviewed
Jul 15, 2026
damyanpetev
approved these changes
Jul 15, 2026
This was referenced Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Moving the existing bulk automation (with a few tweaks so they don't use metadata from the model) to public repo.
Motivation / Context
So we reuse what we already have for automation.
Type of Change (check all that apply):
Component(s) / Area(s) Affected:
All component now have logic that checks all props/events/methods/templates for errors during blazor serialization/deserialization.
Checklist:
README.MDCHANGELOG.MDupdates for newly added functionality