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
Fix missing deprecated attributes on low-level (#5120)
* Fix missing deprecated attributes on low-level
Identified a bug after creating a patch and regenerating code where
the low level generate code was not rendering deprecated attributes for
some methods.
The deduping logic handles aliases but does not handle non-aliased paths
which is corrected by doing a final check to prefer the deprecated
versions.
Additional:
- Updated the version of Spectre.Console
- Fixed breaking change from Spectre.Console
* Apply code review feedback
0 commit comments