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

Ensure source generated documents are up-to-date before analyzing EnC changes #73989

Merged
merged 4 commits into from
Jun 14, 2024

Conversation

tmat
Copy link
Member

@tmat tmat commented Jun 13, 2024

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Interactive untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 13, 2024
CyrusNajmabadi and others added 2 commits June 13, 2024 12:07
…ution ensuring they get up to date generated documents

Cleanup api and cancellation tokens

Docs

Update downstream
@tmat tmat changed the title Test Ensure source generated documents are up-to-date before analyzing EnC changes Jun 14, 2024
@tmat tmat marked this pull request as ready for review June 14, 2024 18:23
@tmat tmat requested a review from a team as a code owner June 14, 2024 18:23
@@ -220,6 +220,8 @@ public async ValueTask CommitUpdatesAsync(CancellationToken cancellationToken)
catch (Exception e) when (FatalError.ReportAndCatchUnlessCanceled(e, cancellationToken))
{
}

workspaceProvider.Value.Workspace.EnqueueUpdateSourceGeneratorVersion(projectId: null, forceRegeneration: false);
Copy link
Member

Choose a reason for hiding this comment

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

doc this line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Interactive untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants