havit / Havit.Blazor

Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
https://havit.blazor.eu
MIT License
463 stars 63 forks source link

ComponentApiDocModelBuilder - fix enum summary order #797

Closed Harvey1214 closed 2 months ago

Harvey1214 commented 3 months ago

The summaries for the enum members weren't being retrieved according to a reliable key - the correct summaries were matched only if the enum values started from 0 and inscreased by one. In most cases it resulted in the following.

image