CodeActionTest<TVerifier>
CodeActionTest()
CodeActionEquivalenceKey
CodeActionIndex
CodeActionValidationMode
CodeActionVerifier
SyntaxKindType
ApplyCodeActionAsync(Project, CodeAction, IVerifier, CancellationToken)
CodeActionExpected(SolutionState)
FilterCodeActions(ImmutableArray<CodeAction>)
HasAnyChange(ProjectState, ProjectState, Boolean)
TryGetCodeActionToApply(Int32, ImmutableArray<CodeAction>, Nullable<Int32>, String, Action<CodeAction, IVerifier>, IVerifier)
net6.0-windows
namespace Microsoft.CodeAnalysis.Testing
{
public abstract class CodeActionTest<TVerifier> : AnalyzerTest<TVerifier>
where TVerifier, new(), IVerifier!
{
public Action<?!, IVerifier!>? CodeActionVerifier { get; set; }
}
}
nuget.org | 0.0 %
Reference this API 0.0 %
Get property |
---|---|
.NET | 5.06.07.08.09.010.0 |
.NET Core | 1.01.12.02.12.23.03.1 |
.NET Framework | 4.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 1.62.02.1 |
Information specific to net6.0 | |
Assembly | Microsoft.CodeAnalysis.Analyzer.Testing , Version=1.1.2.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs a package reference to |
Package | Microsoft.CodeAnalysis.Analyzer.Testing (1.1.2) netcoreapp3.1 |
Platform Restrictions | The property getter is supported on all platforms. The property setter is supported on all platforms. |
- Built-in API
- Package-provided API