Skip to content

Conversation

CyrusNajmabadi
Copy link
Member

No description provided.

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner July 1, 2025 20:11

// Record how many new edits were made to the proposal. Expectation is that this is commonly only 1,
// but we want to see how that potentially changes over time, especially as we add more adjusters.
d["AdjustmentsCount"] = newProposal.Edits.Count - proposal.Edits.Count;
Copy link
Member Author

Choose a reason for hiding this comment

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

this is new. The above stuff is just cleanup.

/// applied to the original edits. The <see cref="Proposal"/> system may reject them based on their own criteria.
/// </summary>
private async Task<ProposalBase?> AdjustProposalAsync(
Solution solution, ProposalBase proposal, CancellationToken cancellationToken)
Copy link
Member Author

Choose a reason for hiding this comment

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

this is just cleanup. i prefered just returning a result and having the boolean values computed at the callsite.

@CyrusNajmabadi CyrusNajmabadi enabled auto-merge July 1, 2025 20:52
@CyrusNajmabadi CyrusNajmabadi disabled auto-merge July 1, 2025 22:22
@CyrusNajmabadi CyrusNajmabadi enabled auto-merge July 1, 2025 22:22
@CyrusNajmabadi CyrusNajmabadi changed the title Add more telemetry during copilot change adjustmnet Add more telemetry during copilot change adjustment Jul 1, 2025
@CyrusNajmabadi CyrusNajmabadi merged commit f382b31 into dotnet:main-vs-deps Jul 1, 2025
21 of 25 checks passed
@CyrusNajmabadi CyrusNajmabadi deleted the adjustmentTelemetry branch July 1, 2025 23:09
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jul 1, 2025
@RikkiGibson RikkiGibson modified the milestones: Next, 18.0 P1 Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants