CompilationWithAnalyzers.GetAnalyzerDiagnosticsAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetAnalyzerDiagnosticsAsync(CancellationToken) |
Retorna diagnóstico produzido por todos .Analyzers |
GetAnalyzerDiagnosticsAsync(ImmutableArray<DiagnosticAnalyzer>, CancellationToken) |
Retorna diagnóstico produzido por determinado |
GetAnalyzerDiagnosticsAsync() |
Retorna diagnóstico produzido por todos .Analyzers |
GetAnalyzerDiagnosticsAsync(CancellationToken)
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
Retorna diagnóstico produzido por todos .Analyzers
public:
System::Threading::Tasks::Task<System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ GetAnalyzerDiagnosticsAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAnalyzerDiagnosticsAsync (System.Threading.CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAnalyzerDiagnosticsAsync (System.Threading.CancellationToken cancellationToken = default);
member this.GetAnalyzerDiagnosticsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
Public Function GetAnalyzerDiagnosticsAsync (cancellationToken As CancellationToken) As Task(Of ImmutableArray(Of Diagnostic))
Public Function GetAnalyzerDiagnosticsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of ImmutableArray(Of Diagnostic))
Parâmetros
- cancellationToken
- CancellationToken
Retornos
Aplica-se a
GetAnalyzerDiagnosticsAsync(ImmutableArray<DiagnosticAnalyzer>, CancellationToken)
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
Retorna diagnóstico produzido por determinado analyzers
.
public:
System::Threading::Tasks::Task<System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ GetAnalyzerDiagnosticsAsync(System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^> analyzers, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAnalyzerDiagnosticsAsync (System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> analyzers, System.Threading.CancellationToken cancellationToken);
member this.GetAnalyzerDiagnosticsAsync : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
Public Function GetAnalyzerDiagnosticsAsync (analyzers As ImmutableArray(Of DiagnosticAnalyzer), cancellationToken As CancellationToken) As Task(Of ImmutableArray(Of Diagnostic))
Parâmetros
- analyzers
- ImmutableArray<DiagnosticAnalyzer>
Analisadores cujos diagnóstico são necessários. Todos os analisadores determinados devem ser dos analisadores passados para o construtor de CompilationWithAnalyzers.
- cancellationToken
- CancellationToken
Token de cancelamento.
Retornos
Aplica-se a
GetAnalyzerDiagnosticsAsync()
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
- Origem:
- CompilationWithAnalyzers.cs
Retorna diagnóstico produzido por todos .Analyzers
public:
System::Threading::Tasks::Task<System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ GetAnalyzerDiagnosticsAsync();
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAnalyzerDiagnosticsAsync ();
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAnalyzerDiagnosticsAsync ();
member this.GetAnalyzerDiagnosticsAsync : unit -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
member this.GetAnalyzerDiagnosticsAsync : unit -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
Public Function GetAnalyzerDiagnosticsAsync () As Task(Of ImmutableArray(Of Diagnostic))
Retornos
- Atributos