Skip to content

Remove Async from mapping service methods #135

Description

@JeremyCaney

The mapping service interface members are all asynchronous, and have no synchronous counterparts, so the Async should be removed from their name.

Methods

  • MapAsync()
  • PopulateTargetCollectionAsync() (ReverseTopicMappingService)

Classes

  • ITopicMappingService
  • IReverseTopicMappingService
  • TopicMappingService
  • CachedTopicMappingService
  • ReverseTopicMappingService
  • HierarchicalTopicMappingService<T>

Metadata

Metadata

Assignees

Labels

Area: MappingRelates to one of the `ITopicMappingService` interfaces or implementations.Priority: 2Severity 1: MinorStatus 2: ScheduledPlanned for an upcoming release.Type: ImprovementImproves the functionality or interface of an existing feature.

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions