CompilationWithAnalyzers.GetAllDiagnosticsAsync 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
GetAllDiagnosticsAsync() |
Retorna todos os diagnóstico produzidos pela compilação e por todos .Analyzers |
GetAllDiagnosticsAsync(CancellationToken) |
Retorna todos os diagnóstico produzidos pela compilação e por todos .Analyzers |
GetAllDiagnosticsAsync()
- 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 todos os diagnóstico produzidos pela compilação e por todos .Analyzers
public:
System::Threading::Tasks::Task<System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ GetAllDiagnosticsAsync();
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAllDiagnosticsAsync ();
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAllDiagnosticsAsync ();
member this.GetAllDiagnosticsAsync : unit -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
member this.GetAllDiagnosticsAsync : unit -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
Public Function GetAllDiagnosticsAsync () As Task(Of ImmutableArray(Of Diagnostic))
Retornos
- Atributos
Aplica-se a
GetAllDiagnosticsAsync(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 todos os diagnóstico produzidos pela compilação e por todos .Analyzers
public:
System::Threading::Tasks::Task<System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ GetAllDiagnosticsAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAllDiagnosticsAsync (System.Threading.CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAllDiagnosticsAsync (System.Threading.CancellationToken cancellationToken = default);
member this.GetAllDiagnosticsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
Public Function GetAllDiagnosticsAsync (cancellationToken As CancellationToken) As Task(Of ImmutableArray(Of Diagnostic))
Public Function GetAllDiagnosticsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of ImmutableArray(Of Diagnostic))
Parâmetros
- cancellationToken
- CancellationToken
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.