Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable experiment for Inheritance Margin #54371

Merged
merged 7 commits into from
Jun 28, 2021

Conversation

Cosifne
Copy link
Member

@Cosifne Cosifne commented Jun 24, 2021

As #53881 states, starts AB test for inheritance margin

@Cosifne Cosifne requested a review from a team as a code owner June 24, 2021 22:34
@Cosifne Cosifne force-pushed the dev/shech/InheritanceMarginExperiment branch from c9bb51c to 219459a Compare June 24, 2021 22:45
@Cosifne Cosifne force-pushed the dev/shech/InheritanceMarginExperiment branch from 219459a to 87735a2 Compare June 24, 2021 23:02
@@ -99,10 +112,14 @@ protected override IEnumerable<SnapshotSpan> GetSpansToTag(ITextView textView, I
return;
}

var inheritanceMemberItems = await inheritanceMarginInfoService.GetInheritanceMemberItemsAsync(
var inheritanceMemberItems = ImmutableArray<InheritanceMarginItem>.Empty;
using (Logger.LogBlock(FunctionId.InheritanceMargin_GetInheritanceMemberItems, cancellationToken, LogLevel.Information))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a telemtry to know how long it takes to get all the inheritance info back.

@Cosifne Cosifne force-pushed the dev/shech/InheritanceMarginExperiment branch from fb69f1d to 5cb76b7 Compare June 25, 2021 18:36
@Cosifne Cosifne requested a review from ryzngard June 26, 2021 00:22
@Cosifne
Copy link
Member Author

Cosifne commented Jun 26, 2021

Tag @ryzngard for another review : )

@Cosifne Cosifne force-pushed the dev/shech/InheritanceMarginExperiment branch from 14e86b7 to a935a8d Compare June 26, 2021 00:31
@Cosifne Cosifne merged commit fdd54dd into dotnet:main Jun 28, 2021
@ghost ghost added this to the Next milestone Jun 28, 2021
@RikkiGibson RikkiGibson modified the milestones: Next, 17.0.P2 Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants