Revit Extensions Backward Compat

Deprecate or replace a public member of Nice3point.Revit.Extensions without breaking downstream consumers, using [Obsolete] with a JetBrains CodeTemplate auto-conversion pattern. USE FOR: renaming or superseding an existing extension while keeping the old member functional; retiring a member that Revit itself deprecated in a specific year; deciding what may change on the public surface and how to migrate callers automatically. DO NOT USE FOR: authoring a brand-new extension from scratch — use revit-extensions-authoring.

nice3point 6192c63 8.2 KB Updated

File contents

nice3point/revitextensions/tree/main/.agents/skills/revit-extensions-backward-compat commit 6192c631b1

Frequently asked questions

npx skillmds@latest add nice3point/revit-extensions-backward-compat