Project.AddAnalyzerReferences(IEnumerable<AnalyzerReference>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of this project updated to include the specified analyzer references in addition to already existing ones.
public:
Microsoft::CodeAnalysis::Project ^ AddAnalyzerReferences(System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Diagnostics::AnalyzerReference ^> ^ analyzerReferences);
public Microsoft.CodeAnalysis.Project AddAnalyzerReferences (System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference> analyzerReferences);
member this.AddAnalyzerReferences : seq<Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference> -> Microsoft.CodeAnalysis.Project
Public Function AddAnalyzerReferences (analyzerReferences As IEnumerable(Of AnalyzerReference)) As Project
Parameters
- analyzerReferences
- IEnumerable<AnalyzerReference>
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.