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

fixes issue where build de-dup doesn't add project analyzers. #11478

Merged
merged 2 commits into from
May 21, 2016

Conversation

heejaechang
Copy link
Contributor

fix #11378

@heejaechang
Copy link
Contributor Author

test vsi please

@@ -122,19 +122,27 @@ public void RemoveStateSet(ProjectId projectId)
/// </summary>
public ImmutableArray<StateSet> CreateBuildOnlyProjectStateSet(Project project)
{
// create project analyzer reference identity map
var referenceIdentities = project.AnalyzerReferences.Select(r => _analyzerManager.GetAnalyzerReferenceIdentity(r)).ToSet();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

v1 and v2 has same implementation. we will remove v1 once update 3 ship.

@heejaechang
Copy link
Contributor Author

@mavasani @davkean @srivatsn @dotnet/roslyn-analysis can you take a look?

@mavasani
Copy link
Contributor

👍

@heejaechang heejaechang merged commit 859fe32 into dotnet:master May 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build is now confusing when "Enable full solution analysis" is off
3 participants