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

Consume new Razor EA #74134

Merged
merged 3 commits into from
Jun 28, 2024
Merged

Consume new Razor EA #74134

merged 3 commits into from
Jun 28, 2024

Conversation

ryzngard
Copy link
Contributor

The Roslyn side of dotnet/razor#10521

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 24, 2024
@ryzngard ryzngard marked this pull request as ready for review June 28, 2024 00:23
@ryzngard ryzngard requested review from a team as code owners June 28, 2024 00:23
@@ -47,9 +43,9 @@ internal void Initialize()
return;
}

_logger.LogTrace("Initializing the Razor workspace listener");
_logger.LogTrace("Initializing the Razor workspace listener with pipe name {0}", pipeName);
_razorWorkspaceListener = new RazorWorkspaceListener(_loggerFactory);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@davidwengier not for right now, but is there a reason we don't just take a workspace in the constructor?

Copy link
Contributor

Choose a reason for hiding this comment

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

No idea off the top of my head. Maybe left over from something we used to need to do to avoid a circular MEF dependency?

@ryzngard ryzngard enabled auto-merge (squash) June 28, 2024 03:58
@ryzngard ryzngard merged commit 7039c4c into dotnet:main Jun 28, 2024
28 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure 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.

None yet

2 participants