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

Change ProjectRootCalculator to use IActiveSolutionBoundTracker #5071

Conversation

georgii-borovinskikh-sonarsource
Copy link
Contributor

Fixes #5070

Copy link

sonarqubecloud bot commented Dec 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@@ -49,7 +49,7 @@ public void MefCtor_CheckIsSingleton()
public async Task CalculateBasedOnLocalPathAsync_StandaloneMode_ReturnsNull()
{
var testSubject = CreateTestSubject(out _, out var configurationProviderMock, out _);
Copy link
Contributor

Choose a reason for hiding this comment

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

Change the variable name maybe

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Well, since this is pretty much is used like a configuration provider, I think it's not too confusing, and I'd rather just leave it like this and be done with the pr

@georgii-borovinskikh-sonarsource georgii-borovinskikh-sonarsource merged commit 7870ad7 into feature/mute-server-issues Dec 1, 2023
12 checks passed
@georgii-borovinskikh-sonarsource georgii-borovinskikh-sonarsource deleted the gb/root-calculator-performance branch December 1, 2023 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change ProjectRootCalculator to use IActiveSolutionBoundTracker
2 participants