[release/8.0-preview3] Follow up 'Ability to monitor Blazor Server circuit activity' #47354
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.
Follow up 'Ability to monitor Blazor Server circuit activity'
Updates the API for the "Ability to monitor circuit activity" feature according to feedback from the API proposal issue: #47325
Description
The initial API for this feature is already in the
release/8.0-preview3
branch. After the feature went through API review, there was a follow-up PR that didn't pass CI before the branch snap. This PR backports the API update to avoid introducing a breaking change between the Preview 3 and Preview 4 releases.Fixes #47325
Customer Impact
Without this fix, customers utilizing this new feature in Preview 3 will be broken by the changes to its API in Preview 4. This fix prevents such a break from happening.
Regression?
Risk
This change only modifies a new feature being added in Preview 3. Existing functionality is unlikely to be impacted.
Verification
Packaging changes reviewed?