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
Merge branch 'maintenance/obsolete-messages' into develop
As part of the development of OnTopic 5.0.0, quite a few types, members, and parameters have been renamed, removed, or modified in a way that breaks backward compatibility (#27). To help aid in the migration, these types, members, and overloads have been reintroduced with `[Obsolete]` messages so that callers will receive migration instructions when calling the obsolete items. As a matter of housekeeping, `[Obsolete]` types have been moved to the `/Obsolete` folder so they're not confused with current types, or cluttering the production code—though the original namespaces obviously have been retained. These will likely be removed in OnTopic 5.1.0 or 5.2.0, once we have confidence that most implementations have been migrated to OnTopic 5.x.
0 commit comments