Skip to content

Do not run the 'fully qualify' fixer on sourcce-generated docs#80649

Merged
CyrusNajmabadi merged 1 commit intodotnet:mainfrom
CyrusNajmabadi:oopCrash
Oct 11, 2025
Merged

Do not run the 'fully qualify' fixer on sourcce-generated docs#80649
CyrusNajmabadi merged 1 commit intodotnet:mainfrom
CyrusNajmabadi:oopCrash

Conversation

@CyrusNajmabadi
Copy link
Contributor

@CyrusNajmabadi CyrusNajmabadi commented Oct 10, 2025

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner October 10, 2025 23:06
// Don't bother executing this within a source-generated document. Changing the code here isn't actually
// possible, and we don't need to make pointless calls to oop to compute things.
if (document.Id.IsSourceGenerated)
return;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this fixer is fairly special as it has its own remote service that it calls into. this was crashing as the remote service was not expecting to be called ona source-generated doc. simplest fix is to just disable ourselves there since we can't offer anything useful anyways.

Copy link
Member

Choose a reason for hiding this comment

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

@CyrusNajmabadi CyrusNajmabadi enabled auto-merge (rebase) October 10, 2025 23:15
@CyrusNajmabadi CyrusNajmabadi merged commit 47d179f into dotnet:main Oct 11, 2025
26 checks passed
@CyrusNajmabadi CyrusNajmabadi deleted the oopCrash branch October 11, 2025 00:34
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Oct 11, 2025
@davidwengier davidwengier modified the milestones: Next, 18.3 Jan 6, 2026
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.

VS shows a golden bar for Fully 'qualify being unavailable

3 participants