rubberduck-vba / Rubberduck

Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
https://rubberduckvba.com
GNU General Public License v3.0
1.92k stars 302 forks source link

Change xaml property from Color to Brush to prevent crash with @Obsolete annotation #6199

Closed tommy9 closed 9 months ago

tommy9 commented 9 months ago

Fixes #6197, fixes #6141 Code explorer style for @Obsolete annotation needed a brush instead of a color. Example of being able to expand the class details shared in #6141 (see strikethrough of function GetCultureInfoByIetfLanguageTag near the bottom):

Screenshot 2024-01-29 at 21 20 32
rubberduck-vba-releasebot commented 9 months ago

:white_check_mark: Build Rubberduck 2.5.9.6320 completed (commit https://github.com/rubberduck-vba/Rubberduck/commit/1b8f509ddf by @tommy9)

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (cd1f206) 97.58% compared to head (cadd0cd) 97.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #6199 +/- ## ======================================= Coverage 97.58% 97.58% ======================================= Files 4 4 Lines 413 413 Branches 28 28 ======================================= Hits 403 403 Misses 6 6 Partials 4 4 ```