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

Perf improvements for CSharpProjectKernel #3562

Merged

Conversation

jonsequitur
Copy link
Contributor

No description provided.

@jonsequitur jonsequitur enabled auto-merge (squash) June 4, 2024 21:17
@jonsequitur jonsequitur merged commit 197d6fb into dotnet:main Jul 1, 2024
4 checks passed
@@ -24,7 +23,7 @@ public abstract class WorkspaceServerTestsCore : IDisposable
ITestOutputHelper output)
{
_prebuildFixture = prebuildFixture;
_disposables.Add(output.SubscribeToPocketLogger());
// _disposables.Add(output.SubscribeToPocketLogger());
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be uncommented? Can this be deleted if it not needed?

metadataReferences: GetMetadataReferences(projectBuildInfo),
analyzerReferences: GetAnalyzerReferences(projectBuildInfo, workspace),
analyzerReferences: null,
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this intentional? Are we ignoring analyzers because while analyzers can block build for projects that otherwise compile, the opposite is not true (i.e. analyzers can't cause projects that fail to build because of other build failures to build successfully)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Analyzers are not supported for security reasons.

@jonsequitur jonsequitur added Area-Try .NET Try .NET and CSharpProjectKernel and removed Area-C# Specific to C# Area-Performance labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Try .NET Try .NET and CSharpProjectKernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants