Skip to content

In RoslynAnalyzers, change Microsoft.CodeAnalysis package references to project references #78643

@mthalman

Description

@mthalman

All of the projects in the src/RoslynAnalyzers directory use PackageReference to reference Microsoft.CodeAnalysis.* when they should really be using ProjectReference since these projects are now in the same repo.

Example:

<PackageReference Include="Microsoft.CodeAnalysis.Common" VersionOverride="$(MicrosoftCodeAnalysisVersion)" />

This is needed to correctly resolve an issue with source-build prebuilts: dotnet/dotnet#400 (comment)

/cc @JoeRobich

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions