Skip to content

Conversation

@akhera99
Copy link
Member

Draft to test workflow. (created with github copilot CLI)

@akhera99 akhera99 requested a review from a team as a code owner December 11, 2025 17:34
/// Checks if the proposed replacement text conflicts with an existing declaration.
/// Returns true if there is a conflict, along with an error message.
/// </summary>
bool CheckDeclarationConflict(string replacementText, [NotNullWhen(true)] out string? message);
Copy link
Member

Choose a reason for hiding this comment

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

  1. why not just have this return a string? as the result type?
  2. why do we need a special entrypoint here? Specifically, it's unclear how this differs from information in IInlineRenameLocationSet. like IInlineRenameLocationSet.IInlineRenameReplacementInfo, and whatnot.

Do we not already ahve mechanisms to report conflicts? Why a special new one?

@CyrusNajmabadi
Copy link
Member

Needs some tests...
Not sure if this is fixing a bug of some sort.

@akhera99 akhera99 marked this pull request as draft December 11, 2025 17:59
@akhera99
Copy link
Member Author

akhera99 commented Jan 5, 2026

/pr-val

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Failed to trigger the pipeline. Please check the workflow logs for details.

@akhera99
Copy link
Member Author

akhera99 commented Jan 5, 2026

/pr-val

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Failed to trigger the pipeline. Please check the workflow logs for details.

@akhera99
Copy link
Member Author

akhera99 commented Jan 5, 2026

/pr-val

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Failed to trigger the pipeline. Please check the workflow logs for details.

@akhera99
Copy link
Member Author

akhera99 commented Jan 5, 2026

/pr-val

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Pipeline triggered by @akhera99

View Pipeline Run

Parameters:

  • Validation Type: pr-val
  • Pipeline ID: 8972
  • PR Number: 81658
  • Commit SHA: 520b5ce9e0e88d81a6585f654e5ab606ceff0aeb
  • Source Branch: fix_rename
  • Build ID: 13039719

@akhera99
Copy link
Member Author

akhera99 commented Jan 5, 2026

/dart

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Pipeline triggered by @akhera99

View Pipeline Run

Parameters:

  • Validation Type: dart
  • Pipeline ID: 15324
  • PR Number: 81658
  • Commit SHA: 520b5ce9e0e88d81a6585f654e5ab606ceff0aeb
  • Source Branch: fix_rename
  • Build ID: 13039750

@free-git-user-test
Copy link

/pr-val

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

You do not have permission to trigger this workflow without specifying a commit hash. Please use the format /dart <commit-hash> or `/pr-val .

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

Failed to trigger the pipeline. Please check the workflow logs for details.

@free-git-user-test
Copy link

/pr-val

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

You do not have permission to trigger this workflow. Only Microsoft employees who are contributors to the roslyn repository can run pipelines.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

Failed to trigger the pipeline. Please check the workflow logs for details.

@free-git-user-test
Copy link

/pr-val 520b5ce

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

You do not have permission to trigger this workflow. Only Microsoft employees who are contributors to the roslyn repository can run pipelines.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

Failed to trigger the pipeline. Please check the workflow logs for details.

@akhera99
Copy link
Member Author

akhera99 commented Jan 6, 2026

/pr-val 520b5ce

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

Pipeline triggered by @akhera99

View Pipeline Run

Parameters:

  • Validation Type: pr-val
  • Pipeline ID: 8972
  • PR Number: 81658
  • Commit SHA: 520b5ce9e0e88d81a6585f654e5ab606ceff0aeb
  • Source Branch: fix_rename
  • Build ID: 13046864

@ToddGrun
Copy link
Contributor

ToddGrun commented Jan 6, 2026

/pr-val

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

You do not have permission to trigger this workflow. Only Microsoft employees who are contributors to the roslyn repository can run pipelines.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

Failed to trigger the pipeline. Please check the workflow logs for details.

@ToddGrun
Copy link
Contributor

ToddGrun commented Jan 6, 2026

/pr-val

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

Pipeline triggered by @ToddGrun

View Pipeline Run

Parameters:

  • Validation Type: pr-val
  • Pipeline ID: 8972
  • PR Number: 81658
  • Commit SHA: 520b5ce9e0e88d81a6585f654e5ab606ceff0aeb
  • Source Branch: fix_rename
  • Build ID: 13046971

@akhera99
Copy link
Member Author

akhera99 commented Jan 7, 2026

/pr-val

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Failed to trigger the pipeline. Please check the workflow logs for details.

@akhera99
Copy link
Member Author

akhera99 commented Jan 7, 2026

/pr-val

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Pipeline triggered by @akhera99

View Pipeline Run

Parameters:

  • Validation Type: pr-val
  • Pipeline ID: 8972
  • PR Number: 81658
  • Commit SHA: 520b5ce9e0e88d81a6585f654e5ab606ceff0aeb
  • Source Branch: fix_rename
  • Build ID: 13053064

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants