riganti / dotvvm

Open source MVVM framework for Web Apps
https://www.dotvvm.com
Apache License 2.0
753 stars 97 forks source link

Add Status Page with DotvvmConfiguration #1075

Open exyi opened 3 years ago

exyi commented 3 years ago

To simplify configuration debugging, we should add a page that will dump the contents of DotVVM Configuration in a readable way. Most importantly, it should contain the items which are usually autoconfigured (like registered controls, routes, resources, ...).

With improvements like #535, it would be also helpful to list DotvvmProperties and capabilities of each control.

quigamdev commented 3 years ago

This can be part of the diagnostics status page (https://github.com/riganti/dotvvm-samples-compilation-status-page)

quigamdev commented 1 month ago

It looks like this issue can be closed.

1119 added a status page to the framework.