Open seahro opened 1 month ago
looks good, though I seeing warnings from github here talking about missing XML comments.
Yeah, these are required but the warning as error only shows on release mode, so they're easy to miss. Please add XML comments to all public members and types.
I had warnings as errors turned off while troubleshooting building the Core project and getting nuget vulnerability warnings related to Markdig dependencies. XML comments have been added in. -3 new unit tests for the measurement widget are now in place
Adds the 2d Area Measurement class and area measurement widget to the widget demo page.