gragra33 / Blazing.Mvvm

MIT License
46 stars 10 forks source link

feat: Enable auto registration of view models #7

Open mishael-o opened 5 months ago

mishael-o commented 5 months ago

Description

This change enables the auto registration of view models in the DI container

Breaking Changes

Features

Other changes

TODO:

gragra33 commented 1 month ago

@mishael-o As it stands, it looks ready for release. Are you able to clean up, complete comments, and add some tests?

mishael-o commented 1 month ago

@mishael-o As it stands, it looks ready for release. Are you able to clean up, complete comments, and add some tests?

Cool. I will add the tests, comments and do some clean up. Will push once done.