Solution.WithProjectAnalyzerReferences 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.
Create a new solution instance with the project specified updated to include only the specified analyzer references.
public:
Microsoft::CodeAnalysis::Solution ^ WithProjectAnalyzerReferences(Microsoft::CodeAnalysis::ProjectId ^ projectId, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Diagnostics::AnalyzerReference ^> ^ analyzerReferences);
public Microsoft.CodeAnalysis.Solution WithProjectAnalyzerReferences (Microsoft.CodeAnalysis.ProjectId projectId, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference> analyzerReferences);
member this.WithProjectAnalyzerReferences : Microsoft.CodeAnalysis.ProjectId * seq<Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference> -> Microsoft.CodeAnalysis.Solution
Public Function WithProjectAnalyzerReferences (projectId As ProjectId, analyzerReferences As IEnumerable(Of AnalyzerReference)) As Solution
Parameters
- projectId
- ProjectId
- analyzerReferences
- IEnumerable<AnalyzerReference>
Returns
Exceptions
analyzerReferences
contains null
.
analyzerReferences
contains duplicate items.
The solution does not contain projectId
.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.