You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppress Obsolete warning in TopicViewModelLookupService
Since the `ListTopicViewModel` has been marked as deprecated (11c606f), it will get a warning when referenced. This is a good thing. But as this is already known and accounted for, we want to disable that warning when registering the view model in the `TopicViewModelLookupService`; this will be removed once the deprecated class is removed.
0 commit comments