-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Dotnet 10
ExtractInterfaceOptionsResult GetExtractInterfaceOptions(
Document document,
ImmutableArray<ISymbol> extractableMembers,
string defaultInterfaceName,
ImmutableArray<string> conflictingTypeNames,
string defaultNamespace,
string generatedNameTypeParameterSuffix);Dotnet 9
ExtractInterfaceOptionsResult GetExtractInterfaceOptions(
ISyntaxFactsService syntaxFactsService,
INotificationService notificationService,
List<ISymbol> extractableMembers,
string defaultInterfaceName,
List<string> conflictingTypeNames,
string defaultNamespace,
string generatedNameTypeParameterSuffix,
string languageName,
CancellationToken cancellationToken);Similar to a previous issue I'd contributed to, happy to contribute again.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels