Skip to content

Bug: StubTopicRepository.TopicLoaded not raised with version parameter on Load(topic, version) #58

@JeremyCaney

Description

@JeremyCaney

When calling StubTopicRepository.Load(topic, version) or Load(topicId, version, referenceTopic), the TopicLoaded event is correctly raised, but doesn't contain the version parameter. That's because these overloads call into Load(uniqueKey, isRecursive), and it's that overload which is raising the event. To fix this, the Load(uniqueKey, isRecursive) logic will likely need to be moved into its own private function, which each of the public overloads responsible for raising their own event.

Metadata

Metadata

Assignees

Labels

Area: RepositoriesRelates to the `ITopicRepository` interface or one of its implementations.Priority: 3Severity 0: Nice to haveStatus 5: CompleteTask is considered complete, and ready for deployment.Type: BugBehavior that is inconsistent with documented or expected behavior.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions