MudBlazor / MudBlazor

Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
http://mudblazor.com
MIT License
7.21k stars 1.18k forks source link

MudProgressLinear: fix XMLDoc of Value parameter #8803

Closed markushaslinger closed 3 weeks ago

markushaslinger commented 3 weeks ago

Description

The Value parameter used the same XMLDoc summary/description as the Max parameter. Changed that to describe what value should be set for this parameter: the current one to display, which should be between min & max.

Type of Changes

Checklist

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 90.11%. Comparing base (28bc599) to head (51efe62). Report is 112 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #8803 +/- ## ========================================== + Coverage 89.82% 90.11% +0.28% ========================================== Files 412 420 +8 Lines 11878 12206 +328 Branches 2364 2407 +43 ========================================== + Hits 10670 10999 +329 + Misses 681 664 -17 - Partials 527 543 +16 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

henon commented 3 weeks ago

Thanks!