Skip to content

Remove code when Roslyn fixed the bug #6

@lsoft

Description

@lsoft

We need to remove this list filtering:

//RoslynDocumentHelper.GetDocumentByDocumentIdAsync

            document = (await project.GetSourceGeneratedDocumentsAsync(CancellationToken.None))
                .First(d => d.Id.Equals(documentId));

and just use project.GetSourceGeneratedDocumentAsync.

Tracking issue: dotnet/roslyn#71581

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions